Html Css Color HEX #C66A4B Red Damask

📋 copy color: '#C66A4B'

red 198 ◦ green 106 ◦ blue 75

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

Shades of Red Damask #C66A4B

Tints of Red Damask #C66A4B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.97%

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

R = 52.24%
G = 27.97%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C66A4B (or 0xC66A4B) is known color: Red Damask. HEX triplet: C6, 6A and 4B. RGB value is (198,106,75). Sum of RGB (Red+Green+Blue) = 198+106+75=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66A4B is #3995B4. Grayscale: #828282. Windows color (decimal): -3773877 or 4942534. OLE color: 4942534.

HSL color Cylindrical-coordinate representation of color #C66A4B: hue angle of 15.12º 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 #C66A4B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 106 75 -
CMYK 0 0.46 0.62 0.22
HSL 15.12º 0.52% 0.54% -
HSV(B) 15.12º 0.62% 0.78% -
XYZ 29.71 22.82 9.5 -
YUV 129.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 198 106 75 0 0.46 0.62 0.22 15.12 0.52 0.54
Hex C6 6A 4B 0 2E 3E 16 F 34 36
Octal 306 152 113 0 56 76 26 17 64 66
Binary 11000110 1101010 1001011 0 101110 111110 10110 1111 110100 110110

Color Harmonies of #C66A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66A4B

Black with #C66A4B

Text Example


Text Example

White with #C66A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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