#CA665E

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

Shades of Sunglo #CA665E

Tints of Sunglo #CA665E

Color information

#CA665E (or 0xCA665E) is unknown color: approx Sunglo. HEX triplet: CA, 66 and 5E. RGB value is (202,102,94). Sum of RGB (Red+Green+Blue) = 202+102+94=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA665E is #3599A1. Grayscale: #838383. Windows color (decimal): -3512738 or 6186698. OLE color: 6186698.

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

Color convert

RGB20210294-
CMYK00.500.530.21
HSL4.44º50.47%58.04%-
HSV(B)4.44º53.47%79.22%-
XYZ31.1322.8713.36-
YUV130.99107.13178.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 94 (37.11% from 255) = 23.62%
R=50.75%
G=25.63%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021029400.500.530.214.4450.4758.04
HexCA665E03235154323a
Octal312146136062652546272
Binary1100101011001101011110011001011010110101100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA665E; }

 p { color: rgb(202,102,94); }

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

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

 a { background-color: rgb(202,102,94); }

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

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

 span { border-color: rgb(202,102,94); }

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