Html Css Color HEX #C06C4B Red Damask

📋 copy color: '#C06C4B'

red 192 ◦ green 108 ◦ blue 75

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

Shades of Red Damask #C06C4B

Tints of Red Damask #C06C4B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.8%

 BLUE value IS 75 (29.69% from 255) = 20%

R = 51.2%
G = 28.8%
B = 20%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C06C4B (or 0xC06C4B) is known color: Red Damask. HEX triplet: C0, 6C and 4B. RGB value is (192,108,75). Sum of RGB (Red+Green+Blue) = 192+108+75=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06C4B is #3F93B4. Grayscale: #818181. Windows color (decimal): -4166581 or 4943040. OLE color: 4943040.

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

Color convert

RGB 192 108 75 -
CMYK 0 0.44 0.61 0.25
HSL 16.92º 0.48% 0.52% -
HSV(B) 16.92º 0.61% 0.75% -
XYZ 28.37 22.44 9.49 -
YUV 129.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 192 108 75 0 0.44 0.61 0.25 16.92 0.48 0.52
Hex C0 6C 4B 0 2C 3D 19 11 30 34
Octal 300 154 113 0 54 75 31 21 60 64
Binary 11000000 1101100 1001011 0 101100 111101 11001 10001 110000 110100

Color Harmonies of #C06C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C4B

Black with #C06C4B

Text Example


Text Example

White with #C06C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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