Html Css Color HEX #C08674 Brandy Rose

📋 copy color: '#C08674'

red 192 ◦ green 134 ◦ blue 116

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

Shades of Brandy Rose #C08674

Tints of Brandy Rose #C08674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.32%

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

R = 43.44%
G = 30.32%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C08674 (or 0xC08674) is known color: Brandy Rose. HEX triplet: C0, 86 and 74. RGB value is (192,134,116). Sum of RGB (Red+Green+Blue) = 192+134+116=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C08674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08674 is #3F798B. Grayscale: #959595. Windows color (decimal): -4159884 or 7636672. OLE color: 7636672.

HSL color Cylindrical-coordinate representation of color #C08674: hue angle of 14.21º 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 #C08674 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 116 -
CMYK 0 0.30 0.40 0.25
HSL 14.21º 0.38% 0.6% -
HSV(B) 14.21º 0.4% 0.75% -
XYZ 33.42 29.52 20.46 -
YUV 149.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 192 134 116 0 0.30 0.40 0.25 14.21 0.38 0.6
Hex C0 86 74 0 1E 28 19 E 26 3C
Octal 300 206 164 0 36 50 31 16 46 74
Binary 11000000 10000110 1110100 0 11110 101000 11001 1110 100110 111100

Color Harmonies of #C08674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08674

Black with #C08674

Text Example


Text Example

White with #C08674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08674; }

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

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

background-color css

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

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

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

border-color css

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

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

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