Html Css Color HEX #CA6445 Dark Coral

📋 copy color: '#CA6445'

red 202 ◦ green 100 ◦ blue 69

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

Shades of Dark Coral #CA6445

Tints of Dark Coral #CA6445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.6%

R = 54.45%
G = 26.95%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA6445 (or 0xCA6445) is known color: Dark Coral. HEX triplet: CA, 64 and 45. RGB value is (202,100,69). Sum of RGB (Red+Green+Blue) = 202+100+69=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6445 is #359BBA. Grayscale: #7F7F7F. Windows color (decimal): -3513275 or 4547786. OLE color: 4547786.

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

Color convert

RGB 202 100 69 -
CMYK 0 0.50 0.66 0.21
HSL 13.98º 0.56% 0.53% -
HSV(B) 13.98º 0.66% 0.79% -
XYZ 29.99 22.1 8.32 -
YUV 126.96 95.29 181.52 -
System Red Green Blue C M Y K H S L
Decimal 202 100 69 0 0.50 0.66 0.21 13.98 0.56 0.53
Hex CA 64 45 0 32 42 15 E 38 35
Octal 312 144 105 0 62 102 25 16 70 65
Binary 11001010 1100100 1000101 0 110010 1000010 10101 1110 111000 110101

Color Harmonies of #CA6445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6445

Black with #CA6445

Text Example


Text Example

White with #CA6445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6445; }

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

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

background-color css

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

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

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

border-color css

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

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

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