Html Css Color HEX #CA644C Dark Coral

📋 copy color: '#CA644C'

red 202 ◦ green 100 ◦ blue 76

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

Shades of Dark Coral #CA644C

Tints of Dark Coral #CA644C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.46%

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

R = 53.44%
G = 26.46%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA644C (or 0xCA644C) is known color: Dark Coral. HEX triplet: CA, 64 and 4C. RGB value is (202,100,76). Sum of RGB (Red+Green+Blue) = 202+100+76=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA644C is #359BB3. Grayscale: #7F7F7F. Windows color (decimal): -3513268 or 5006538. OLE color: 5006538.

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

Color convert

RGB 202 100 76 -
CMYK 0 0.50 0.62 0.21
HSL 11.43º 0.54% 0.55% -
HSV(B) 11.43º 0.62% 0.79% -
XYZ 30.22 22.19 9.53 -
YUV 127.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 202 100 76 0 0.50 0.62 0.21 11.43 0.54 0.55
Hex CA 64 4C 0 32 3E 15 B 36 37
Octal 312 144 114 0 62 76 25 13 66 67
Binary 11001010 1100100 1001100 0 110010 111110 10101 1011 110110 110111

Color Harmonies of #CA644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA644C

Black with #CA644C

Text Example


Text Example

White with #CA644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA644C; }

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

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

background-color css

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

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

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

border-color css

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

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

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