Html Css Color HEX #CA614C Dark Coral

📋 copy color: '#CA614C'

red 202 ◦ green 97 ◦ blue 76

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

Shades of Dark Coral #CA614C

Tints of Dark Coral #CA614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.87%

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 53.87%
G = 25.87%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA614C (or 0xCA614C) is known color: Dark Coral. HEX triplet: CA, 61 and 4C. RGB value is (202,97,76). Sum of RGB (Red+Green+Blue) = 202+97+76=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA614C is #359EB3. Grayscale: #7E7E7E. Windows color (decimal): -3514036 or 5005770. OLE color: 5005770.

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

Color convert

RGB 202 97 76 -
CMYK 0 0.52 0.62 0.21
HSL 10º 0.54% 0.55% -
HSV(B) 10º 0.62% 0.79% -
XYZ 29.94 21.63 9.43 -
YUV 126 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 202 97 76 0 0.52 0.62 0.21 10 0.54 0.55
Hex CA 61 4C 0 34 3E 15 A 36 37
Octal 312 141 114 0 64 76 25 12 66 67
Binary 11001010 1100001 1001100 0 110100 111110 10101 1010 110110 110111

Color Harmonies of #CA614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA614C

Black with #CA614C

Text Example


Text Example

White with #CA614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA614C; }

 p { color: rgb(202,97,76); }

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

background-color css

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

 a { background-color: rgb(202,97,76); }

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

border-color css

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

 span { border-color: rgb(202,97,76); }

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