Html Css Color HEX #C08971 Brandy Rose

📋 copy color: '#C08971'

red 192 ◦ green 137 ◦ blue 113

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

Shades of Brandy Rose #C08971

Tints of Brandy Rose #C08971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31%

 BLUE value IS 113 (44.53% from 255) = 25.57%

R = 43.44%
G = 31%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C08971 (or 0xC08971) is known color: Brandy Rose. HEX triplet: C0, 89 and 71. RGB value is (192,137,113). Sum of RGB (Red+Green+Blue) = 192+137+113=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C08971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08971 is #3F768E. Grayscale: #969696. Windows color (decimal): -4159119 or 7440832. OLE color: 7440832.

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

Color convert

RGB 192 137 113 -
CMYK 0 0.29 0.41 0.25
HSL 18.23º 0.39% 0.6% -
HSV(B) 18.23º 0.41% 0.75% -
XYZ 33.66 30.29 19.7 -
YUV 150.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 192 137 113 0 0.29 0.41 0.25 18.23 0.39 0.6
Hex C0 89 71 0 1D 29 19 12 27 3C
Octal 300 211 161 0 35 51 31 22 47 74
Binary 11000000 10001001 1110001 0 11101 101001 11001 10010 100111 111100

Color Harmonies of #C08971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08971

Black with #C08971

Text Example


Text Example

White with #C08971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08971; }

 p { color: rgb(192,137,113); }

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

background-color css

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

 a { background-color: rgb(192,137,113); }

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

border-color css

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

 span { border-color: rgb(192,137,113); }

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