Html Css Color HEX #C07F74 Brandy Rose

📋 copy color: '#C07F74'

red 192 ◦ green 127 ◦ blue 116

#C07F74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #C07F74

Tints of Brandy Rose #C07F74

RGB

 RED value IS 192 (75.39% from 255) = 44.14%

 GREEN value IS 127 (50% from 255) = 29.2%

 BLUE value IS 116 (45.7% from 255) = 26.67%

R = 44.14%
G = 29.2%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C07F74 (or 0xC07F74) is known color: Brandy Rose. HEX triplet: C0, 7F and 74. RGB value is (192,127,116). Sum of RGB (Red+Green+Blue) = 192+127+116=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F74 is #3F808B. Grayscale: #919191. Windows color (decimal): -4161676 or 7634880. OLE color: 7634880.

HSL color Cylindrical-coordinate representation of color #C07F74: hue angle of 8.68º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07F74 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 127 116 -
CMYK 0 0.34 0.40 0.25
HSL 8.68º 0.38% 0.6% -
HSV(B) 8.68º 0.4% 0.75% -
XYZ 32.48 27.65 20.15 -
YUV 145.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 192 127 116 0 0.34 0.40 0.25 8.68 0.38 0.6
Hex C0 7F 74 0 22 28 19 9 26 3C
Octal 300 177 164 0 42 50 31 11 46 74
Binary 11000000 1111111 1110100 0 100010 101000 11001 1001 100110 111100

Color Harmonies of #C07F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F74

Black with #C07F74

Text Example


Text Example

White with #C07F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F74; }

 p { color: rgb(192,127,116); }

 H1.HeaderClassName
 {
   color: #C07F74;
 }
 .AnyTagClassName
 {
   color: #C07F74;
 }
</style>

background-color css

<style>
 a { background-color: #C07F74; }

 a { background-color: rgb(192,127,116); }

 div.DivClassName
 {
   background-color: #C07F74;
 }
 .BgClassName
 {
   background-color: #C07F74;
 }
</style>

border-color css

<style>
 span { border-color: #C07F74; }

 span { border-color: rgb(192,127,116); }

 td.TdClassName
 {
   border-color: #C07F74;
 }
 .TagClassName
 {
   border-color: #C07F74;
 }
</style>