Html Css Color HEX #CA553D Dark Coral

📋 copy color: '#CA553D'

red 202 ◦ green 85 ◦ blue 61

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

Shades of Dark Coral #CA553D

Tints of Dark Coral #CA553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.43%

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 58.05%
G = 24.43%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA553D (or 0xCA553D) is known color: Dark Coral. HEX triplet: CA, 55 and 3D. RGB value is (202,85,61). Sum of RGB (Red+Green+Blue) = 202+85+61=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA553D is #35AAC2. Grayscale: #757575. Windows color (decimal): -3517123 or 4019658. OLE color: 4019658.

HSL color Cylindrical-coordinate representation of color #CA553D: hue angle of 10.21º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA553D is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 61 -
CMYK 0 0.58 0.70 0.21
HSL 10.21º 0.57% 0.52% -
HSV(B) 10.21º 0.7% 0.79% -
XYZ 28.45 19.39 6.66 -
YUV 117.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 202 85 61 0 0.58 0.70 0.21 10.21 0.57 0.52
Hex CA 55 3D 0 3A 46 15 A 39 34
Octal 312 125 75 0 72 106 25 12 71 64
Binary 11001010 1010101 111101 0 111010 1000110 10101 1010 111001 110100

Color Harmonies of #CA553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA553D

Black with #CA553D

Text Example


Text Example

White with #CA553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA553D; }

 p { color: rgb(202,85,61); }

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

background-color css

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

 a { background-color: rgb(202,85,61); }

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

border-color css

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

 span { border-color: rgb(202,85,61); }

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