Html Css Color HEX #CA5348 Sunset

📋 copy color: '#CA5348'

red 202 ◦ green 83 ◦ blue 72

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

Shades of Sunset #CA5348

Tints of Sunset #CA5348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.25%

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

R = 56.58%
G = 23.25%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA5348 (or 0xCA5348) is known color: Sunset. HEX triplet: CA, 53 and 48. RGB value is (202,83,72). Sum of RGB (Red+Green+Blue) = 202+83+72=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5348 is #35ACB7. Grayscale: #757575. Windows color (decimal): -3517624 or 4740042. OLE color: 4740042.

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

Color convert

RGB 202 83 72 -
CMYK 0 0.59 0.64 0.21
HSL 5.08º 0.55% 0.54% -
HSV(B) 5.08º 0.64% 0.79% -
XYZ 28.62 19.21 8.33 -
YUV 117.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 202 83 72 0 0.59 0.64 0.21 5.08 0.55 0.54
Hex CA 53 48 0 3B 40 15 5 37 36
Octal 312 123 110 0 73 100 25 5 67 66
Binary 11001010 1010011 1001000 0 111011 1000000 10101 101 110111 110110

Color Harmonies of #CA5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5348

Black with #CA5348

Text Example


Text Example

White with #CA5348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5348; }

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

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

background-color css

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

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

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

border-color css

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

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

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