Html Css Color HEX #CA6345 Dark Coral

📋 copy color: '#CA6345'

red 202 ◦ green 99 ◦ blue 69

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

Shades of Dark Coral #CA6345

Tints of Dark Coral #CA6345

RGB

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

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

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

R = 54.59%
G = 26.76%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA6345 (or 0xCA6345) is known color: Dark Coral. HEX triplet: CA, 63 and 45. RGB value is (202,99,69). Sum of RGB (Red+Green+Blue) = 202+99+69=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6345 is #359CBA. Grayscale: #7E7E7E. Windows color (decimal): -3513531 or 4547530. OLE color: 4547530.

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

Color convert

RGB 202 99 69 -
CMYK 0 0.51 0.66 0.21
HSL 13.53º 0.56% 0.53% -
HSV(B) 13.53º 0.66% 0.79% -
XYZ 29.89 21.91 8.28 -
YUV 126.38 95.62 181.94 -
System Red Green Blue C M Y K H S L
Decimal 202 99 69 0 0.51 0.66 0.21 13.53 0.56 0.53
Hex CA 63 45 0 33 42 15 E 38 35
Octal 312 143 105 0 63 102 25 16 70 65
Binary 11001010 1100011 1000101 0 110011 1000010 10101 1110 111000 110101

Color Harmonies of #CA6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6345

Black with #CA6345

Text Example


Text Example

White with #CA6345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6345; }

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

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

background-color css

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

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

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

border-color css

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

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

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