Html Css Color HEX #C08376 Brandy Rose

📋 copy color: '#C08376'

red 192 ◦ green 131 ◦ blue 118

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

Shades of Brandy Rose #C08376

Tints of Brandy Rose #C08376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.71%

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

R = 43.54%
G = 29.71%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C08376 (or 0xC08376) is known color: Brandy Rose. HEX triplet: C0, 83 and 76. RGB value is (192,131,118). Sum of RGB (Red+Green+Blue) = 192+131+118=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C08376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08376 is #3F7C89. Grayscale: #939393. Windows color (decimal): -4160650 or 7766976. OLE color: 7766976.

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

Color convert

RGB 192 131 118 -
CMYK 0 0.32 0.39 0.25
HSL 10.54º 0.37% 0.61% -
HSV(B) 10.54º 0.39% 0.75% -
XYZ 33.12 28.75 20.94 -
YUV 147.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 192 131 118 0 0.32 0.39 0.25 10.54 0.37 0.61
Hex C0 83 76 0 20 27 19 B 25 3D
Octal 300 203 166 0 40 47 31 13 45 75
Binary 11000000 10000011 1110110 0 100000 100111 11001 1011 100101 111101

Color Harmonies of #C08376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08376

Black with #C08376

Text Example


Text Example

White with #C08376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08376; }

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

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

background-color css

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

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

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

border-color css

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

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

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