Html Css Color HEX #C0816D Brandy Rose

📋 copy color: '#C0816D'

red 192 ◦ green 129 ◦ blue 109

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

Shades of Brandy Rose #C0816D

Tints of Brandy Rose #C0816D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.35%

R = 44.65%
G = 30%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0816D (or 0xC0816D) is known color: Brandy Rose. HEX triplet: C0, 81 and 6D. RGB value is (192,129,109). Sum of RGB (Red+Green+Blue) = 192+129+109=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0816D is #3F7E92. Grayscale: #919191. Windows color (decimal): -4161171 or 7176640. OLE color: 7176640.

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

Color convert

RGB 192 129 109 -
CMYK 0 0.33 0.43 0.25
HSL 14.46º 0.4% 0.59% -
HSV(B) 14.46º 0.43% 0.75% -
XYZ 32.35 28.01 18.17 -
YUV 145.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 192 129 109 0 0.33 0.43 0.25 14.46 0.4 0.59
Hex C0 81 6D 0 21 2B 19 E 28 3B
Octal 300 201 155 0 41 53 31 16 50 73
Binary 11000000 10000001 1101101 0 100001 101011 11001 1110 101000 111011

Color Harmonies of #C0816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0816D

Black with #C0816D

Text Example


Text Example

White with #C0816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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