Html Css Color HEX #CA644B Dark Coral

📋 copy color: '#CA644B'

red 202 ◦ green 100 ◦ blue 75

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

Shades of Dark Coral #CA644B

Tints of Dark Coral #CA644B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

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

R = 53.58%
G = 26.53%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA644B (or 0xCA644B) is known color: Dark Coral. HEX triplet: CA, 64 and 4B. RGB value is (202,100,75). Sum of RGB (Red+Green+Blue) = 202+100+75=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA644B is #359BB4. Grayscale: #7F7F7F. Windows color (decimal): -3513269 or 4941002. OLE color: 4941002.

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

Color convert

RGB 202 100 75 -
CMYK 0 0.50 0.63 0.21
HSL 11.81º 0.55% 0.54% -
HSV(B) 11.81º 0.63% 0.79% -
XYZ 30.18 22.18 9.35 -
YUV 127.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 202 100 75 0 0.50 0.63 0.21 11.81 0.55 0.54
Hex CA 64 4B 0 32 3F 15 C 37 36
Octal 312 144 113 0 62 77 25 14 67 66
Binary 11001010 1100100 1001011 0 110010 111111 10101 1100 110111 110110

Color Harmonies of #CA644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA644B

Black with #CA644B

Text Example


Text Example

White with #CA644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA644B; }

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

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

background-color css

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

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

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

border-color css

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

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

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