Html Css Color HEX #C08173 Brandy Rose

📋 copy color: '#C08173'

red 192 ◦ green 129 ◦ blue 115

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

Shades of Brandy Rose #C08173

Tints of Brandy Rose #C08173

RGB

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

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

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

R = 44.04%
G = 29.59%
B = 26.38%

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

#C08173 (or 0xC08173) is known color: Brandy Rose. HEX triplet: C0, 81 and 73. RGB value is (192,129,115). Sum of RGB (Red+Green+Blue) = 192+129+115=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C08173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08173 is #3F7E8C. Grayscale: #929292. Windows color (decimal): -4161165 or 7569856. OLE color: 7569856.

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

Color convert

RGB 192 129 115 -
CMYK 0 0.33 0.40 0.25
HSL 10.91º 0.38% 0.6% -
HSV(B) 10.91º 0.4% 0.75% -
XYZ 32.68 28.14 19.93 -
YUV 146.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 192 129 115 0 0.33 0.40 0.25 10.91 0.38 0.6
Hex C0 81 73 0 21 28 19 B 26 3C
Octal 300 201 163 0 41 50 31 13 46 74
Binary 11000000 10000001 1110011 0 100001 101000 11001 1011 100110 111100

Color Harmonies of #C08173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08173

Black with #C08173

Text Example


Text Example

White with #C08173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08173; }

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

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

background-color css

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

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

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

border-color css

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

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

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