Html Css Color HEX #C66C4B Red Damask

📋 copy color: '#C66C4B'

red 198 ◦ green 108 ◦ blue 75

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

Shades of Red Damask #C66C4B

Tints of Red Damask #C66C4B

RGB

 RED value IS 198 (77.73% from 255) = 51.97%

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

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

R = 51.97%
G = 28.35%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C66C4B (or 0xC66C4B) is known color: Red Damask. HEX triplet: C6, 6C and 4B. RGB value is (198,108,75). Sum of RGB (Red+Green+Blue) = 198+108+75=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C4B is #3993B4. Grayscale: #838383. Windows color (decimal): -3773365 or 4943046. OLE color: 4943046.

HSL color Cylindrical-coordinate representation of color #C66C4B: hue angle of 16.1º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C66C4B is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 108 75 -
CMYK 0 0.45 0.62 0.22
HSL 16.1º 0.52% 0.54% -
HSV(B) 16.1º 0.62% 0.78% -
XYZ 29.92 23.24 9.57 -
YUV 131.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 198 108 75 0 0.45 0.62 0.22 16.1 0.52 0.54
Hex C6 6C 4B 0 2D 3E 16 10 34 36
Octal 306 154 113 0 55 76 26 20 64 66
Binary 11000110 1101100 1001011 0 101101 111110 10110 10000 110100 110110

Color Harmonies of #C66C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C4B

Black with #C66C4B

Text Example


Text Example

White with #C66C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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