Html Css Color HEX #CA6144 Dark Coral

📋 copy color: '#CA6144'

red 202 ◦ green 97 ◦ blue 68

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

Shades of Dark Coral #CA6144

Tints of Dark Coral #CA6144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.53%

R = 55.04%
G = 26.43%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA6144 (or 0xCA6144) is known color: Dark Coral. HEX triplet: CA, 61 and 44. RGB value is (202,97,68). Sum of RGB (Red+Green+Blue) = 202+97+68=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6144 is #359EBB. Grayscale: #7D7D7D. Windows color (decimal): -3514044 or 4481482. OLE color: 4481482.

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

Color convert

RGB 202 97 68 -
CMYK 0 0.52 0.66 0.21
HSL 12.99º 0.56% 0.53% -
HSV(B) 12.99º 0.66% 0.79% -
XYZ 29.68 21.52 8.06 -
YUV 125.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 202 97 68 0 0.52 0.66 0.21 12.99 0.56 0.53
Hex CA 61 44 0 34 42 15 D 38 35
Octal 312 141 104 0 64 102 25 15 70 65
Binary 11001010 1100001 1000100 0 110100 1000010 10101 1101 111000 110101

Color Harmonies of #CA6144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6144

Black with #CA6144

Text Example


Text Example

White with #CA6144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6144; }

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

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

background-color css

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

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

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

border-color css

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

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

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