Html Css Color HEX #CA6145 Dark Coral

📋 copy color: '#CA6145'

red 202 ◦ green 97 ◦ blue 69

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

Shades of Dark Coral #CA6145

Tints of Dark Coral #CA6145

RGB

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

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

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

R = 54.89%
G = 26.36%
B = 18.75%

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

#CA6145 (or 0xCA6145) is known color: Dark Coral. HEX triplet: CA, 61 and 45. RGB value is (202,97,69). Sum of RGB (Red+Green+Blue) = 202+97+69=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6145 is #359EBA. Grayscale: #7D7D7D. Windows color (decimal): -3514043 or 4547018. OLE color: 4547018.

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

Color convert

RGB 202 97 69 -
CMYK 0 0.52 0.66 0.21
HSL 12.63º 0.56% 0.53% -
HSV(B) 12.63º 0.66% 0.79% -
XYZ 29.71 21.54 8.22 -
YUV 125.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 202 97 69 0 0.52 0.66 0.21 12.63 0.56 0.53
Hex CA 61 45 0 34 42 15 D 38 35
Octal 312 141 105 0 64 102 25 15 70 65
Binary 11001010 1100001 1000101 0 110100 1000010 10101 1101 111000 110101

Color Harmonies of #CA6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6145

Black with #CA6145

Text Example


Text Example

White with #CA6145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6145; }

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

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

background-color css

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

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

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

border-color css

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

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

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