Html Css Color HEX #C08275 Brandy Rose

📋 copy color: '#C08275'

red 192 ◦ green 130 ◦ blue 117

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

Shades of Brandy Rose #C08275

Tints of Brandy Rose #C08275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.61%

 BLUE value IS 117 (46.09% from 255) = 26.65%

R = 43.74%
G = 29.61%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C08275 (or 0xC08275) is known color: Brandy Rose. HEX triplet: C0, 82 and 75. RGB value is (192,130,117). Sum of RGB (Red+Green+Blue) = 192+130+117=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C08275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08275 is #3F7D8A. Grayscale: #939393. Windows color (decimal): -4160907 or 7701184. OLE color: 7701184.

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

Color convert

RGB 192 130 117 -
CMYK 0 0.32 0.39 0.25
HSL 10.4º 0.37% 0.61% -
HSV(B) 10.4º 0.39% 0.75% -
XYZ 32.93 28.46 20.59 -
YUV 147.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 192 130 117 0 0.32 0.39 0.25 10.4 0.37 0.61
Hex C0 82 75 0 20 27 19 A 25 3D
Octal 300 202 165 0 40 47 31 12 45 75
Binary 11000000 10000010 1110101 0 100000 100111 11001 1010 100101 111101

Color Harmonies of #C08275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08275

Black with #C08275

Text Example


Text Example

White with #C08275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08275; }

 p { color: rgb(192,130,117); }

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

background-color css

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

 a { background-color: rgb(192,130,117); }

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

border-color css

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

 span { border-color: rgb(192,130,117); }

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