Html Css Color HEX #C06E4B Red Damask

📋 copy color: '#C06E4B'

red 192 ◦ green 110 ◦ blue 75

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

Shades of Red Damask #C06E4B

Tints of Red Damask #C06E4B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.18%

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

R = 50.93%
G = 29.18%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C06E4B (or 0xC06E4B) is known color: Red Damask. HEX triplet: C0, 6E and 4B. RGB value is (192,110,75). Sum of RGB (Red+Green+Blue) = 192+110+75=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E4B is #3F91B4. Grayscale: #828282. Windows color (decimal): -4166069 or 4943552. OLE color: 4943552.

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

Color convert

RGB 192 110 75 -
CMYK 0 0.43 0.61 0.25
HSL 17.95º 0.48% 0.52% -
HSV(B) 17.95º 0.61% 0.75% -
XYZ 28.58 22.87 9.56 -
YUV 130.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 192 110 75 0 0.43 0.61 0.25 17.95 0.48 0.52
Hex C0 6E 4B 0 2B 3D 19 12 30 34
Octal 300 156 113 0 53 75 31 22 60 64
Binary 11000000 1101110 1001011 0 101011 111101 11001 10010 110000 110100

Color Harmonies of #C06E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E4B

Black with #C06E4B

Text Example


Text Example

White with #C06E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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