Html Css Color HEX #CA6253 Sunglo

📋 copy color: '#CA6253'

red 202 ◦ green 98 ◦ blue 83

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

Shades of Sunglo #CA6253

Tints of Sunglo #CA6253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.59%

 BLUE value IS 83 (32.81% from 255) = 21.67%

R = 52.74%
G = 25.59%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA6253 (or 0xCA6253) is known color: Sunglo. HEX triplet: CA, 62 and 53. RGB value is (202,98,83). Sum of RGB (Red+Green+Blue) = 202+98+83=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6253 is #359DAC. Grayscale: #7F7F7F. Windows color (decimal): -3513773 or 5464778. OLE color: 5464778.

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

Color convert

RGB 202 98 83 -
CMYK 0 0.51 0.59 0.21
HSL 7.56º 0.53% 0.56% -
HSV(B) 7.56º 0.59% 0.79% -
XYZ 30.29 21.92 10.82 -
YUV 127.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 202 98 83 0 0.51 0.59 0.21 7.56 0.53 0.56
Hex CA 62 53 0 33 3B 15 8 35 38
Octal 312 142 123 0 63 73 25 10 65 70
Binary 11001010 1100010 1010011 0 110011 111011 10101 1000 110101 111000

Color Harmonies of #CA6253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6253

Black with #CA6253

Text Example


Text Example

White with #CA6253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6253; }

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

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

background-color css

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

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

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

border-color css

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

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

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