Html Css Color HEX #C06B48 Red Damask

📋 copy color: '#C06B48'

red 192 ◦ green 107 ◦ blue 72

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

Shades of Red Damask #C06B48

Tints of Red Damask #C06B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 51.75%
G = 28.84%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C06B48 (or 0xC06B48) is known color: Red Damask. HEX triplet: C0, 6B and 48. RGB value is (192,107,72). Sum of RGB (Red+Green+Blue) = 192+107+72=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06B48 is #3F94B7. Grayscale: #808080. Windows color (decimal): -4166840 or 4746176. OLE color: 4746176.

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

Color convert

RGB 192 107 72 -
CMYK 0 0.44 0.63 0.25
HSL 17.5º 0.49% 0.52% -
HSV(B) 17.5º 0.63% 0.75% -
XYZ 28.17 22.19 8.93 -
YUV 128.43 96.16 173.35 -
System Red Green Blue C M Y K H S L
Decimal 192 107 72 0 0.44 0.63 0.25 17.5 0.49 0.52
Hex C0 6B 48 0 2C 3F 19 12 31 34
Octal 300 153 110 0 54 77 31 22 61 64
Binary 11000000 1101011 1001000 0 101100 111111 11001 10010 110001 110100

Color Harmonies of #C06B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B48

Black with #C06B48

Text Example


Text Example

White with #C06B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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