Html Css Color HEX #C06B4C Red Damask

📋 copy color: '#C06B4C'

red 192 ◦ green 107 ◦ blue 76

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

Shades of Red Damask #C06B4C

Tints of Red Damask #C06B4C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.53%

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 51.2%
G = 28.53%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C06B4C (or 0xC06B4C) is known color: Red Damask. HEX triplet: C0, 6B and 4C. RGB value is (192,107,76). Sum of RGB (Red+Green+Blue) = 192+107+76=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06B4C is #3F94B3. Grayscale: #818181. Windows color (decimal): -4166836 or 5008320. OLE color: 5008320.

HSL color Cylindrical-coordinate representation of color #C06B4C: hue angle of 16.03º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C06B4C is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 107 76 -
CMYK 0 0.44 0.60 0.25
HSL 16.03º 0.48% 0.53% -
HSV(B) 16.03º 0.6% 0.75% -
XYZ 28.3 22.24 9.64 -
YUV 128.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 192 107 76 0 0.44 0.60 0.25 16.03 0.48 0.53
Hex C0 6B 4C 0 2C 3C 19 10 30 35
Octal 300 153 114 0 54 74 31 20 60 65
Binary 11000000 1101011 1001100 0 101100 111100 11001 10000 110000 110101

Color Harmonies of #C06B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B4C

Black with #C06B4C

Text Example


Text Example

White with #C06B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B4C; }

 p { color: rgb(192,107,76); }

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

background-color css

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

 a { background-color: rgb(192,107,76); }

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

border-color css

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

 span { border-color: rgb(192,107,76); }

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