Html Css Color HEX #CA634A Dark Coral

📋 copy color: '#CA634A'

red 202 ◦ green 99 ◦ blue 74

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

Shades of Dark Coral #CA634A

Tints of Dark Coral #CA634A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.73%

R = 53.87%
G = 26.4%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA634A (or 0xCA634A) is known color: Dark Coral. HEX triplet: CA, 63 and 4A. RGB value is (202,99,74). Sum of RGB (Red+Green+Blue) = 202+99+74=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA634A is #359CB5. Grayscale: #7F7F7F. Windows color (decimal): -3513526 or 4875210. OLE color: 4875210.

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

Color convert

RGB 202 99 74 -
CMYK 0 0.51 0.63 0.21
HSL 11.72º 0.55% 0.54% -
HSV(B) 11.72º 0.63% 0.79% -
XYZ 30.05 21.97 9.14 -
YUV 126.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 202 99 74 0 0.51 0.63 0.21 11.72 0.55 0.54
Hex CA 63 4A 0 33 3F 15 C 37 36
Octal 312 143 112 0 63 77 25 14 67 66
Binary 11001010 1100011 1001010 0 110011 111111 10101 1100 110111 110110

Color Harmonies of #CA634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA634A

Black with #CA634A

Text Example


Text Example

White with #CA634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA634A; }

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

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

background-color css

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

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

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

border-color css

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

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

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