Html Css Color HEX #CA6343 Dark Coral

📋 copy color: '#CA6343'

red 202 ◦ green 99 ◦ blue 67

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

Shades of Dark Coral #CA6343

Tints of Dark Coral #CA6343

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.9%

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

R = 54.89%
G = 26.9%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA6343 (or 0xCA6343) is known color: Dark Coral. HEX triplet: CA, 63 and 43. RGB value is (202,99,67). Sum of RGB (Red+Green+Blue) = 202+99+67=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6343 is #359CBC. Grayscale: #7E7E7E. Windows color (decimal): -3513533 or 4416458. OLE color: 4416458.

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

Color convert

RGB 202 99 67 -
CMYK 0 0.51 0.67 0.21
HSL 14.22º 0.56% 0.53% -
HSV(B) 14.22º 0.67% 0.79% -
XYZ 29.83 21.89 7.96 -
YUV 126.15 94.62 182.1 -
System Red Green Blue C M Y K H S L
Decimal 202 99 67 0 0.51 0.67 0.21 14.22 0.56 0.53
Hex CA 63 43 0 33 43 15 E 38 35
Octal 312 143 103 0 63 103 25 16 70 65
Binary 11001010 1100011 1000011 0 110011 1000011 10101 1110 111000 110101

Color Harmonies of #CA6343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6343

Black with #CA6343

Text Example


Text Example

White with #CA6343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6343; }

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

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

background-color css

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

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

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

border-color css

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

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

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