Html Css Color HEX #CA6350 Sunglo

📋 copy color: '#CA6350'

red 202 ◦ green 99 ◦ blue 80

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

Shades of Sunglo #CA6350

Tints of Sunglo #CA6350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21%

R = 53.02%
G = 25.98%
B = 21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA6350 (or 0xCA6350) is known color: Sunglo. HEX triplet: CA, 63 and 50. RGB value is (202,99,80). Sum of RGB (Red+Green+Blue) = 202+99+80=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6350 is #359CAF. Grayscale: #7F7F7F. Windows color (decimal): -3513520 or 5268426. OLE color: 5268426.

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

Color convert

RGB 202 99 80 -
CMYK 0 0.51 0.60 0.21
HSL 9.34º 0.54% 0.55% -
HSV(B) 9.34º 0.6% 0.79% -
XYZ 30.27 22.06 10.25 -
YUV 127.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 202 99 80 0 0.51 0.60 0.21 9.34 0.54 0.55
Hex CA 63 50 0 33 3C 15 9 36 37
Octal 312 143 120 0 63 74 25 11 66 67
Binary 11001010 1100011 1010000 0 110011 111100 10101 1001 110110 110111

Color Harmonies of #CA6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6350

Black with #CA6350

Text Example


Text Example

White with #CA6350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6350; }

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

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

background-color css

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

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

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

border-color css

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

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

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