Html Css Color HEX #C08472 Brandy Rose

📋 copy color: '#C08472'

red 192 ◦ green 132 ◦ blue 114

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

Shades of Brandy Rose #C08472

Tints of Brandy Rose #C08472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.14%

 BLUE value IS 114 (44.92% from 255) = 26.03%

R = 43.84%
G = 30.14%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C08472 (or 0xC08472) is known color: Brandy Rose. HEX triplet: C0, 84 and 72. RGB value is (192,132,114). Sum of RGB (Red+Green+Blue) = 192+132+114=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C08472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08472 is #3F7B8D. Grayscale: #949494. Windows color (decimal): -4160398 or 7505088. OLE color: 7505088.

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

Color convert

RGB 192 132 114 -
CMYK 0 0.31 0.41 0.25
HSL 13.85º 0.38% 0.6% -
HSV(B) 13.85º 0.41% 0.75% -
XYZ 33.03 28.92 19.76 -
YUV 147.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 192 132 114 0 0.31 0.41 0.25 13.85 0.38 0.6
Hex C0 84 72 0 1F 29 19 E 26 3C
Octal 300 204 162 0 37 51 31 16 46 74
Binary 11000000 10000100 1110010 0 11111 101001 11001 1110 100110 111100

Color Harmonies of #C08472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08472

Black with #C08472

Text Example


Text Example

White with #C08472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08472; }

 p { color: rgb(192,132,114); }

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

background-color css

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

 a { background-color: rgb(192,132,114); }

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

border-color css

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

 span { border-color: rgb(192,132,114); }

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