Html Css Color HEX #C08575 Brandy Rose

📋 copy color: '#C08575'

red 192 ◦ green 133 ◦ blue 117

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

Shades of Brandy Rose #C08575

Tints of Brandy Rose #C08575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.09%

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

R = 43.44%
G = 30.09%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C08575 (or 0xC08575) is known color: Brandy Rose. HEX triplet: C0, 85 and 75. RGB value is (192,133,117). Sum of RGB (Red+Green+Blue) = 192+133+117=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C08575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08575 is #3F7A8A. Grayscale: #949494. Windows color (decimal): -4160139 or 7701952. OLE color: 7701952.

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

Color convert

RGB 192 133 117 -
CMYK 0 0.31 0.39 0.25
HSL 12.8º 0.37% 0.61% -
HSV(B) 12.8º 0.39% 0.75% -
XYZ 33.34 29.27 20.72 -
YUV 148.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 192 133 117 0 0.31 0.39 0.25 12.8 0.37 0.61
Hex C0 85 75 0 1F 27 19 D 25 3D
Octal 300 205 165 0 37 47 31 15 45 75
Binary 11000000 10000101 1110101 0 11111 100111 11001 1101 100101 111101

Color Harmonies of #C08575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08575

Black with #C08575

Text Example


Text Example

White with #C08575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08575; }

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

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

background-color css

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

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

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

border-color css

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

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

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