Html Css Color HEX #CA625C Indian Red

📋 copy color: '#CA625C'

red 202 ◦ green 98 ◦ blue 92

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

Shades of Indian Red #CA625C

Tints of Indian Red #CA625C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25%

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 51.53%
G = 25%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA625C (or 0xCA625C) is known color: Indian Red. HEX triplet: CA, 62 and 5C. RGB value is (202,98,92). Sum of RGB (Red+Green+Blue) = 202+98+92=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA625C is #359DA3. Grayscale: #808080. Windows color (decimal): -3513764 or 6054602. OLE color: 6054602.

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

Color convert

RGB 202 98 92 -
CMYK 0 0.51 0.54 0.21
HSL 3.27º 0.51% 0.58% -
HSV(B) 3.27º 0.54% 0.79% -
XYZ 30.66 22.06 12.77 -
YUV 128.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 202 98 92 0 0.51 0.54 0.21 3.27 0.51 0.58
Hex CA 62 5C 0 33 36 15 3 33 3A
Octal 312 142 134 0 63 66 25 3 63 72
Binary 11001010 1100010 1011100 0 110011 110110 10101 11 110011 111010

Color Harmonies of #CA625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA625C

Black with #CA625C

Text Example


Text Example

White with #CA625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA625C; }

 p { color: rgb(202,98,92); }

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

background-color css

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

 a { background-color: rgb(202,98,92); }

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

border-color css

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

 span { border-color: rgb(202,98,92); }

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