Html Css Color HEX #C08178 Brandy Rose

📋 copy color: '#C08178'

red 192 ◦ green 129 ◦ blue 120

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

Shades of Brandy Rose #C08178

Tints of Brandy Rose #C08178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.25%

 BLUE value IS 120 (47.27% from 255) = 27.21%

R = 43.54%
G = 29.25%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C08178 (or 0xC08178) is known color: Brandy Rose. HEX triplet: C0, 81 and 78. RGB value is (192,129,120). Sum of RGB (Red+Green+Blue) = 192+129+120=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C08178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08178 is #3F7E87. Grayscale: #929292. Windows color (decimal): -4161160 or 7897536. OLE color: 7897536.

HSL color Cylindrical-coordinate representation of color #C08178: hue angle of 7.5º degrees, saturation: 0.36, 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 #C08178 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 129 120 -
CMYK 0 0.33 0.38 0.25
HSL 7.5º 0.36% 0.61% -
HSV(B) 7.5º 0.38% 0.75% -
XYZ 32.98 28.26 21.49 -
YUV 146.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 192 129 120 0 0.33 0.38 0.25 7.5 0.36 0.61
Hex C0 81 78 0 21 26 19 8 24 3D
Octal 300 201 170 0 41 46 31 10 44 75
Binary 11000000 10000001 1111000 0 100001 100110 11001 1000 100100 111101

Color Harmonies of #C08178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08178

Black with #C08178

Text Example


Text Example

White with #C08178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08178; }

 p { color: rgb(192,129,120); }

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

background-color css

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

 a { background-color: rgb(192,129,120); }

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

border-color css

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

 span { border-color: rgb(192,129,120); }

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