Html Css Color HEX #CA6043 Dark Coral

📋 copy color: '#CA6043'

red 202 ◦ green 96 ◦ blue 67

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

Shades of Dark Coral #CA6043

Tints of Dark Coral #CA6043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 67 (26.56% from 255) = 18.36%

R = 55.34%
G = 26.3%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA6043 (or 0xCA6043) is known color: Dark Coral. HEX triplet: CA, 60 and 43. RGB value is (202,96,67). Sum of RGB (Red+Green+Blue) = 202+96+67=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6043 is #359FBC. Grayscale: #7C7C7C. Windows color (decimal): -3514301 or 4415690. OLE color: 4415690.

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

Color convert

RGB 202 96 67 -
CMYK 0 0.52 0.67 0.21
HSL 12.89º 0.56% 0.53% -
HSV(B) 12.89º 0.67% 0.79% -
XYZ 29.55 21.33 7.87 -
YUV 124.39 95.62 183.36 -
System Red Green Blue C M Y K H S L
Decimal 202 96 67 0 0.52 0.67 0.21 12.89 0.56 0.53
Hex CA 60 43 0 34 43 15 D 38 35
Octal 312 140 103 0 64 103 25 15 70 65
Binary 11001010 1100000 1000011 0 110100 1000011 10101 1101 111000 110101

Color Harmonies of #CA6043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6043

Black with #CA6043

Text Example


Text Example

White with #CA6043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6043; }

 p { color: rgb(202,96,67); }

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

background-color css

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

 a { background-color: rgb(202,96,67); }

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

border-color css

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

 span { border-color: rgb(202,96,67); }

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