Html Css Color HEX #CA624B Dark Coral

📋 copy color: '#CA624B'

red 202 ◦ green 98 ◦ blue 75

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

Shades of Dark Coral #CA624B

Tints of Dark Coral #CA624B

RGB

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

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

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

R = 53.87%
G = 26.13%
B = 20%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA624B (or 0xCA624B) is known color: Dark Coral. HEX triplet: CA, 62 and 4B. RGB value is (202,98,75). Sum of RGB (Red+Green+Blue) = 202+98+75=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA624B is #359DB4. Grayscale: #7E7E7E. Windows color (decimal): -3513781 or 4940490. OLE color: 4940490.

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

Color convert

RGB 202 98 75 -
CMYK 0 0.51 0.63 0.21
HSL 10.87º 0.55% 0.54% -
HSV(B) 10.87º 0.63% 0.79% -
XYZ 29.99 21.8 9.28 -
YUV 126.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 202 98 75 0 0.51 0.63 0.21 10.87 0.55 0.54
Hex CA 62 4B 0 33 3F 15 B 37 36
Octal 312 142 113 0 63 77 25 13 67 66
Binary 11001010 1100010 1001011 0 110011 111111 10101 1011 110111 110110

Color Harmonies of #CA624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA624B

Black with #CA624B

Text Example


Text Example

White with #CA624B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA624B; }

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

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

background-color css

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

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

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

border-color css

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

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

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