Html Css Color HEX #C08073 Brandy Rose

📋 copy color: '#C08073'

red 192 ◦ green 128 ◦ blue 115

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

Shades of Brandy Rose #C08073

Tints of Brandy Rose #C08073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

 BLUE value IS 115 (45.31% from 255) = 26.44%

R = 44.14%
G = 29.43%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C08073 (or 0xC08073) is known color: Brandy Rose. HEX triplet: C0, 80 and 73. RGB value is (192,128,115). Sum of RGB (Red+Green+Blue) = 192+128+115=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C08073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08073 is #3F7F8C. Grayscale: #919191. Windows color (decimal): -4161421 or 7569600. OLE color: 7569600.

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

Color convert

RGB 192 128 115 -
CMYK 0 0.33 0.40 0.25
HSL 10.13º 0.38% 0.6% -
HSV(B) 10.13º 0.4% 0.75% -
XYZ 32.55 27.88 19.89 -
YUV 145.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 192 128 115 0 0.33 0.40 0.25 10.13 0.38 0.6
Hex C0 80 73 0 21 28 19 A 26 3C
Octal 300 200 163 0 41 50 31 12 46 74
Binary 11000000 10000000 1110011 0 100001 101000 11001 1010 100110 111100

Color Harmonies of #C08073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08073

Black with #C08073

Text Example


Text Example

White with #C08073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08073; }

 p { color: rgb(192,128,115); }

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

background-color css

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

 a { background-color: rgb(192,128,115); }

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

border-color css

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

 span { border-color: rgb(192,128,115); }

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