Html Css Color HEX #CA604C Dark Coral

📋 copy color: '#CA604C'

red 202 ◦ green 96 ◦ blue 76

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

Shades of Dark Coral #CA604C

Tints of Dark Coral #CA604C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.32%

R = 54.01%
G = 25.67%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA604C (or 0xCA604C) is known color: Dark Coral. HEX triplet: CA, 60 and 4C. RGB value is (202,96,76). Sum of RGB (Red+Green+Blue) = 202+96+76=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA604C is #359FB3. Grayscale: #7D7D7D. Windows color (decimal): -3514292 or 5005514. OLE color: 5005514.

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

Color convert

RGB 202 96 76 -
CMYK 0 0.52 0.62 0.21
HSL 9.52º 0.54% 0.55% -
HSV(B) 9.52º 0.62% 0.79% -
XYZ 29.84 21.44 9.4 -
YUV 125.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 202 96 76 0 0.52 0.62 0.21 9.52 0.54 0.55
Hex CA 60 4C 0 34 3E 15 A 36 37
Octal 312 140 114 0 64 76 25 12 66 67
Binary 11001010 1100000 1001100 0 110100 111110 10101 1010 110110 110111

Color Harmonies of #CA604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA604C

Black with #CA604C

Text Example


Text Example

White with #CA604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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