Html Css Color HEX #C08974 Brandy Rose

📋 copy color: '#C08974'

red 192 ◦ green 137 ◦ blue 116

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

Shades of Brandy Rose #C08974

Tints of Brandy Rose #C08974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.07%

R = 43.15%
G = 30.79%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C08974 (or 0xC08974) is known color: Brandy Rose. HEX triplet: C0, 89 and 74. RGB value is (192,137,116). Sum of RGB (Red+Green+Blue) = 192+137+116=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C08974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08974 is #3F768B. Grayscale: #979797. Windows color (decimal): -4159116 or 7637440. OLE color: 7637440.

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

Color convert

RGB 192 137 116 -
CMYK 0 0.29 0.40 0.25
HSL 16.58º 0.38% 0.6% -
HSV(B) 16.58º 0.4% 0.75% -
XYZ 33.84 30.36 20.6 -
YUV 151.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 192 137 116 0 0.29 0.40 0.25 16.58 0.38 0.6
Hex C0 89 74 0 1D 28 19 11 26 3C
Octal 300 211 164 0 35 50 31 21 46 74
Binary 11000000 10001001 1110100 0 11101 101000 11001 10001 100110 111100

Color Harmonies of #C08974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08974

Black with #C08974

Text Example


Text Example

White with #C08974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08974; }

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

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

background-color css

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

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

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

border-color css

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

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

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