Html Css Color HEX #CA604B Dark Coral

📋 copy color: '#CA604B'

red 202 ◦ green 96 ◦ blue 75

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

Shades of Dark Coral #CA604B

Tints of Dark Coral #CA604B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.11%

R = 54.16%
G = 25.74%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA604B (or 0xCA604B) is known color: Dark Coral. HEX triplet: CA, 60 and 4B. RGB value is (202,96,75). Sum of RGB (Red+Green+Blue) = 202+96+75=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA604B is #359FB4. Grayscale: #7D7D7D. Windows color (decimal): -3514293 or 4939978. OLE color: 4939978.

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

Color convert

RGB 202 96 75 -
CMYK 0 0.52 0.63 0.21
HSL 9.92º 0.55% 0.54% -
HSV(B) 9.92º 0.63% 0.79% -
XYZ 29.81 21.43 9.22 -
YUV 125.3 99.62 182.71 -
System Red Green Blue C M Y K H S L
Decimal 202 96 75 0 0.52 0.63 0.21 9.92 0.55 0.54
Hex CA 60 4B 0 34 3F 15 A 37 36
Octal 312 140 113 0 64 77 25 12 67 66
Binary 11001010 1100000 1001011 0 110100 111111 10101 1010 110111 110110

Color Harmonies of #CA604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA604B

Black with #CA604B

Text Example


Text Example

White with #CA604B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA604B; }

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

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

background-color css

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

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

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

border-color css

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

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

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