Html Css Color HEX #CA6663 Indian Red

📋 copy color: '#CA6663'

red 202 ◦ green 102 ◦ blue 99

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

Shades of Indian Red #CA6663

Tints of Indian Red #CA6663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

 BLUE value IS 99 (39.06% from 255) = 24.57%

R = 50.12%
G = 25.31%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA6663 (or 0xCA6663) is known color: Indian Red. HEX triplet: CA, 66 and 63. RGB value is (202,102,99). Sum of RGB (Red+Green+Blue) = 202+102+99=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6663 is #35999C. Grayscale: #838383. Windows color (decimal): -3512733 or 6514378. OLE color: 6514378.

HSL color Cylindrical-coordinate representation of color #CA6663: hue angle of 1.75º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6663 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 102 99 -
CMYK 0 0.50 0.51 0.21
HSL 1.75º 0.49% 0.59% -
HSV(B) 1.75º 0.51% 0.79% -
XYZ 31.36 22.96 14.58 -
YUV 131.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 202 102 99 0 0.50 0.51 0.21 1.75 0.49 0.59
Hex CA 66 63 0 32 33 15 2 31 3B
Octal 312 146 143 0 62 63 25 2 61 73
Binary 11001010 1100110 1100011 0 110010 110011 10101 10 110001 111011

Color Harmonies of #CA6663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6663

Black with #CA6663

Text Example


Text Example

White with #CA6663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6663; }

 p { color: rgb(202,102,99); }

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

background-color css

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

 a { background-color: rgb(202,102,99); }

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

border-color css

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

 span { border-color: rgb(202,102,99); }

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