#CA6351

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

Shades of Sunglo #CA6351

Tints of Sunglo #CA6351

Color information

#CA6351 (or 0xCA6351) is unknown color: approx Sunglo. HEX triplet: CA, 63 and 51. RGB value is (202,99,81). Sum of RGB (Red+Green+Blue) = 202+99+81=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6351 is #359CAE. Grayscale: #7F7F7F. Windows color (decimal): -3513519 or 5333962. OLE color: 5333962.

HSL color Cylindrical-coordinate representation of color #CA6351: hue angle of 8.93º degrees, saturation: 0.53, 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 #CA6351 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB2029981-
CMYK00.510.600.21
HSL8.93º53.3%55.49%-
HSV(B)8.93º59.9%79.22%-
XYZ30.322.0710.45-
YUV127.74101.62180.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=52.88%
G=25.92%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202998100.510.600.218.9353.355.49
HexCA63510333C1593537
Octal3121431210637425116567
Binary11001010110001110100010110011111100101011001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6351; }

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

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

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

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

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

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

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

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