Html Css Color HEX #CA5E42 Dark Coral

📋 copy color: '#CA5E42'

red 202 ◦ green 94 ◦ blue 66

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

Shades of Dark Coral #CA5E42

Tints of Dark Coral #CA5E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.97%

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 55.8%
G = 25.97%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA5E42 (or 0xCA5E42) is known color: Dark Coral. HEX triplet: CA, 5E and 42. RGB value is (202,94,66). Sum of RGB (Red+Green+Blue) = 202+94+66=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E42 is #35A1BD. Grayscale: #7B7B7B. Windows color (decimal): -3514814 or 4349642. OLE color: 4349642.

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

Color convert

RGB 202 94 66 -
CMYK 0 0.53 0.67 0.21
HSL 12.35º 0.56% 0.53% -
HSV(B) 12.35º 0.67% 0.79% -
XYZ 29.34 20.96 7.65 -
YUV 123.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 202 94 66 0 0.53 0.67 0.21 12.35 0.56 0.53
Hex CA 5E 42 0 35 43 15 C 38 35
Octal 312 136 102 0 65 103 25 14 70 65
Binary 11001010 1011110 1000010 0 110101 1000011 10101 1100 111000 110101

Color Harmonies of #CA5E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E42

Black with #CA5E42

Text Example


Text Example

White with #CA5E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E42; }

 p { color: rgb(202,94,66); }

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

background-color css

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

 a { background-color: rgb(202,94,66); }

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

border-color css

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

 span { border-color: rgb(202,94,66); }

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