Html Css Color HEX #C08977 Brandy Rose

📋 copy color: '#C08977'

red 192 ◦ green 137 ◦ blue 119

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

Shades of Brandy Rose #C08977

Tints of Brandy Rose #C08977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.56%

R = 42.86%
G = 30.58%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C08977 (or 0xC08977) is known color: Brandy Rose. HEX triplet: C0, 89 and 77. RGB value is (192,137,119). Sum of RGB (Red+Green+Blue) = 192+137+119=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C08977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08977 is #3F7688. Grayscale: #979797. Windows color (decimal): -4159113 or 7834048. OLE color: 7834048.

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

Color convert

RGB 192 137 119 -
CMYK 0 0.29 0.38 0.25
HSL 14.79º 0.37% 0.61% -
HSV(B) 14.79º 0.38% 0.75% -
XYZ 34.01 30.43 21.53 -
YUV 151.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 192 137 119 0 0.29 0.38 0.25 14.79 0.37 0.61
Hex C0 89 77 0 1D 26 19 F 25 3D
Octal 300 211 167 0 35 46 31 17 45 75
Binary 11000000 10001001 1110111 0 11101 100110 11001 1111 100101 111101

Color Harmonies of #C08977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08977

Black with #C08977

Text Example


Text Example

White with #C08977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08977; }

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

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

background-color css

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

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

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

border-color css

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

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

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