Html Css Color HEX #C0816C Brandy Rose

📋 copy color: '#C0816C'

red 192 ◦ green 129 ◦ blue 108

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

Shades of Brandy Rose #C0816C

Tints of Brandy Rose #C0816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 44.76%
G = 30.07%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0816C (or 0xC0816C) is known color: Brandy Rose. HEX triplet: C0, 81 and 6C. RGB value is (192,129,108). Sum of RGB (Red+Green+Blue) = 192+129+108=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0816C is #3F7E93. Grayscale: #919191. Windows color (decimal): -4161172 or 7111104. OLE color: 7111104.

HSL color Cylindrical-coordinate representation of color #C0816C: hue angle of 15º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0816C is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 129 108 -
CMYK 0 0.33 0.44 0.25
HSL 15º 0.4% 0.59% -
HSV(B) 15º 0.44% 0.75% -
XYZ 32.3 27.99 17.89 -
YUV 145.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 192 129 108 0 0.33 0.44 0.25 15 0.4 0.59
Hex C0 81 6C 0 21 2C 19 F 28 3B
Octal 300 201 154 0 41 54 31 17 50 73
Binary 11000000 10000001 1101100 0 100001 101100 11001 1111 101000 111011

Color Harmonies of #C0816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0816C

Black with #C0816C

Text Example


Text Example

White with #C0816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0816C; }

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

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

background-color css

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

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

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

border-color css

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

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

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