Html Css Color HEX #C08676 Brandy Rose

📋 copy color: '#C08676'

red 192 ◦ green 134 ◦ blue 118

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

Shades of Brandy Rose #C08676

Tints of Brandy Rose #C08676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.58%

R = 43.24%
G = 30.18%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C08676 (or 0xC08676) is known color: Brandy Rose. HEX triplet: C0, 86 and 76. RGB value is (192,134,118). Sum of RGB (Red+Green+Blue) = 192+134+118=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C08676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08676 is #3F7989. Grayscale: #959595. Windows color (decimal): -4159882 or 7767744. OLE color: 7767744.

HSL color Cylindrical-coordinate representation of color #C08676: hue angle of 12.97º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C08676 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 118 -
CMYK 0 0.30 0.39 0.25
HSL 12.97º 0.37% 0.61% -
HSV(B) 12.97º 0.39% 0.75% -
XYZ 33.53 29.56 21.08 -
YUV 149.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 192 134 118 0 0.30 0.39 0.25 12.97 0.37 0.61
Hex C0 86 76 0 1E 27 19 D 25 3D
Octal 300 206 166 0 36 47 31 15 45 75
Binary 11000000 10000110 1110110 0 11110 100111 11001 1101 100101 111101

Color Harmonies of #C08676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08676

Black with #C08676

Text Example


Text Example

White with #C08676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08676; }

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

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

background-color css

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

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

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

border-color css

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

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

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