Html Css Color HEX #CA614A Dark Coral

📋 copy color: '#CA614A'

red 202 ◦ green 97 ◦ blue 74

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

Shades of Dark Coral #CA614A

Tints of Dark Coral #CA614A

RGB

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

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

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

R = 54.16%
G = 26.01%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA614A (or 0xCA614A) is known color: Dark Coral. HEX triplet: CA, 61 and 4A. RGB value is (202,97,74). Sum of RGB (Red+Green+Blue) = 202+97+74=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA614A is #359EB5. Grayscale: #7D7D7D. Windows color (decimal): -3514038 or 4874698. OLE color: 4874698.

HSL color Cylindrical-coordinate representation of color #CA614A: hue angle of 10.78º 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 #CA614A is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 97 74 -
CMYK 0 0.52 0.63 0.21
HSL 10.78º 0.55% 0.54% -
HSV(B) 10.78º 0.63% 0.79% -
XYZ 29.87 21.6 9.07 -
YUV 125.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 202 97 74 0 0.52 0.63 0.21 10.78 0.55 0.54
Hex CA 61 4A 0 34 3F 15 B 37 36
Octal 312 141 112 0 64 77 25 13 67 66
Binary 11001010 1100001 1001010 0 110100 111111 10101 1011 110111 110110

Color Harmonies of #CA614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA614A

Black with #CA614A

Text Example


Text Example

White with #CA614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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