Html Css Color HEX #C06D4B Red Damask

📋 copy color: '#C06D4B'

red 192 ◦ green 109 ◦ blue 75

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

Shades of Red Damask #C06D4B

Tints of Red Damask #C06D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

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

R = 51.06%
G = 28.99%
B = 19.95%

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

#C06D4B (or 0xC06D4B) is known color: Red Damask. HEX triplet: C0, 6D and 4B. RGB value is (192,109,75). Sum of RGB (Red+Green+Blue) = 192+109+75=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D4B is #3F92B4. Grayscale: #828282. Windows color (decimal): -4166325 or 4943296. OLE color: 4943296.

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

Color convert

RGB 192 109 75 -
CMYK 0 0.43 0.61 0.25
HSL 17.44º 0.48% 0.52% -
HSV(B) 17.44º 0.61% 0.75% -
XYZ 28.48 22.65 9.53 -
YUV 129.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 192 109 75 0 0.43 0.61 0.25 17.44 0.48 0.52
Hex C0 6D 4B 0 2B 3D 19 11 30 34
Octal 300 155 113 0 53 75 31 21 60 64
Binary 11000000 1101101 1001011 0 101011 111101 11001 10001 110000 110100

Color Harmonies of #C06D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D4B

Black with #C06D4B

Text Example


Text Example

White with #C06D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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