Html Css Color HEX #CA5E4B Dark Coral

📋 copy color: '#CA5E4B'

red 202 ◦ green 94 ◦ blue 75

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

Shades of Dark Coral #CA5E4B

Tints of Dark Coral #CA5E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 54.45%
G = 25.34%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA5E4B (or 0xCA5E4B) is known color: Dark Coral. HEX triplet: CA, 5E and 4B. RGB value is (202,94,75). Sum of RGB (Red+Green+Blue) = 202+94+75=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E4B is #35A1B4. Grayscale: #7C7C7C. Windows color (decimal): -3514805 or 4939466. OLE color: 4939466.

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

Color convert

RGB 202 94 75 -
CMYK 0 0.53 0.63 0.21
HSL 8.98º 0.55% 0.54% -
HSV(B) 8.98º 0.63% 0.79% -
XYZ 29.63 21.07 9.16 -
YUV 124.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 202 94 75 0 0.53 0.63 0.21 8.98 0.55 0.54
Hex CA 5E 4B 0 35 3F 15 9 37 36
Octal 312 136 113 0 65 77 25 11 67 66
Binary 11001010 1011110 1001011 0 110101 111111 10101 1001 110111 110110

Color Harmonies of #CA5E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E4B

Black with #CA5E4B

Text Example


Text Example

White with #CA5E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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