Html Css Color HEX #C08975 Brandy Rose

📋 copy color: '#C08975'

red 192 ◦ green 137 ◦ blue 117

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

Shades of Brandy Rose #C08975

Tints of Brandy Rose #C08975

RGB

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

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

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

R = 43.05%
G = 30.72%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C08975 (or 0xC08975) is known color: Brandy Rose. HEX triplet: C0, 89 and 75. RGB value is (192,137,117). Sum of RGB (Red+Green+Blue) = 192+137+117=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C08975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08975 is #3F768A. Grayscale: #979797. Windows color (decimal): -4159115 or 7702976. OLE color: 7702976.

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

Color convert

RGB 192 137 117 -
CMYK 0 0.29 0.39 0.25
HSL 16º 0.37% 0.61% -
HSV(B) 16º 0.39% 0.75% -
XYZ 33.89 30.38 20.91 -
YUV 151.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 192 137 117 0 0.29 0.39 0.25 16 0.37 0.61
Hex C0 89 75 0 1D 27 19 10 25 3D
Octal 300 211 165 0 35 47 31 20 45 75
Binary 11000000 10001001 1110101 0 11101 100111 11001 10000 100101 111101

Color Harmonies of #C08975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08975

Black with #C08975

Text Example


Text Example

White with #C08975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08975; }

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

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

background-color css

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

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

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

border-color css

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

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

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