Html Css Color HEX #CA6B50 Red Damask

📋 copy color: '#CA6B50'

red 202 ◦ green 107 ◦ blue 80

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

Shades of Red Damask #CA6B50

Tints of Red Damask #CA6B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.57%

R = 51.93%
G = 27.51%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA6B50 (or 0xCA6B50) is known color: Red Damask. HEX triplet: CA, 6B and 50. RGB value is (202,107,80). Sum of RGB (Red+Green+Blue) = 202+107+80=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B50 is #3594AF. Grayscale: #848484. Windows color (decimal): -3511472 or 5270474. OLE color: 5270474.

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

Color convert

RGB 202 107 80 -
CMYK 0 0.47 0.60 0.21
HSL 13.28º 0.54% 0.55% -
HSV(B) 13.28º 0.6% 0.79% -
XYZ 31.06 23.65 10.52 -
YUV 132.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 202 107 80 0 0.47 0.60 0.21 13.28 0.54 0.55
Hex CA 6B 50 0 2F 3C 15 D 36 37
Octal 312 153 120 0 57 74 25 15 66 67
Binary 11001010 1101011 1010000 0 101111 111100 10101 1101 110110 110111

Color Harmonies of #CA6B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B50

Black with #CA6B50

Text Example


Text Example

White with #CA6B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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