Html Css Color HEX #CA6B4A Red Damask

📋 copy color: '#CA6B4A'

red 202 ◦ green 107 ◦ blue 74

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

Shades of Red Damask #CA6B4A

Tints of Red Damask #CA6B4A

RGB

 RED value IS 202 (79.3% from 255) = 52.74%

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

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 52.74%
G = 27.94%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA6B4A (or 0xCA6B4A) is known color: Red Damask. HEX triplet: CA, 6B and 4A. RGB value is (202,107,74). Sum of RGB (Red+Green+Blue) = 202+107+74=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6B4A is #3594B5. Grayscale: #838383. Windows color (decimal): -3511478 or 4877258. OLE color: 4877258.

HSL color Cylindrical-coordinate representation of color #CA6B4A: hue angle of 15.47º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA6B4A is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 107 74 -
CMYK 0 0.47 0.63 0.21
HSL 15.47º 0.55% 0.54% -
HSV(B) 15.47º 0.63% 0.79% -
XYZ 30.85 23.57 9.4 -
YUV 131.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 202 107 74 0 0.47 0.63 0.21 15.47 0.55 0.54
Hex CA 6B 4A 0 2F 3F 15 F 37 36
Octal 312 153 112 0 57 77 25 17 67 66
Binary 11001010 1101011 1001010 0 101111 111111 10101 1111 110111 110110

Color Harmonies of #CA6B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B4A

Black with #CA6B4A

Text Example


Text Example

White with #CA6B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B4A; }

 p { color: rgb(202,107,74); }

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

background-color css

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

 a { background-color: rgb(202,107,74); }

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

border-color css

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

 span { border-color: rgb(202,107,74); }

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