Html Css Color HEX #CA6348 Dark Coral

📋 copy color: '#CA6348'

red 202 ◦ green 99 ◦ blue 72

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

Shades of Dark Coral #CA6348

Tints of Dark Coral #CA6348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.3%

R = 54.16%
G = 26.54%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA6348 (or 0xCA6348) is known color: Dark Coral. HEX triplet: CA, 63 and 48. RGB value is (202,99,72). Sum of RGB (Red+Green+Blue) = 202+99+72=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6348 is #359CB7. Grayscale: #7E7E7E. Windows color (decimal): -3513528 or 4744138. OLE color: 4744138.

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

Color convert

RGB 202 99 72 -
CMYK 0 0.51 0.64 0.21
HSL 12.46º 0.55% 0.54% -
HSV(B) 12.46º 0.64% 0.79% -
XYZ 29.99 21.95 8.79 -
YUV 126.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 202 99 72 0 0.51 0.64 0.21 12.46 0.55 0.54
Hex CA 63 48 0 33 40 15 C 37 36
Octal 312 143 110 0 63 100 25 14 67 66
Binary 11001010 1100011 1001000 0 110011 1000000 10101 1100 110111 110110

Color Harmonies of #CA6348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6348

Black with #CA6348

Text Example


Text Example

White with #CA6348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6348; }

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

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

background-color css

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

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

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

border-color css

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

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

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