#CA635B

Color #CA635B Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #CA635B

Tints of Sunglo #CA635B

Color information

#CA635B (or 0xCA635B) is unknown color: approx Sunglo. HEX triplet: CA, 63 and 5B. RGB value is (202,99,91). Sum of RGB (Red+Green+Blue) = 202+99+91=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA635B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA635B is #359CA4. Grayscale: #818181. Windows color (decimal): -3513509 or 5989322. OLE color: 5989322.

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

Color convert

RGB2029991-
CMYK00.510.550.21
HSL4.32º51.15%57.45%-
HSV(B)4.32º54.95%79.22%-
XYZ30.7122.2412.57-
YUV128.88106.62180.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 91 (35.94% from 255) = 23.21%
R=51.53%
G=25.26%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202999100.510.550.214.3251.1557.45
HexCA635B033371543339
Octal312143133063672546371
Binary1100101011000111011011011001111011110101100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA635B; }

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

 H1.HeaderClassName
 {
   color: #CA635B;
 }
 .AnyTagClassName
 {
   color: #CA635B;
 }
</style>
background-color css

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

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

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

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

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

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