#CA675D

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

Shades of Sunglo #CA675D

Tints of Sunglo #CA675D

Color information

#CA675D (or 0xCA675D) is unknown color: approx Sunglo. HEX triplet: CA, 67 and 5D. RGB value is (202,103,93). Sum of RGB (Red+Green+Blue) = 202+103+93=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA675D is #3598A2. Grayscale: #838383. Windows color (decimal): -3512483 or 6121418. OLE color: 6121418.

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

Color convert

RGB20210393-
CMYK00.490.540.21
HSL5.5º50.7%57.84%-
HSV(B)5.5º53.96%79.22%-
XYZ31.1823.0513.16-
YUV131.46106.3178.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 103 (40.62% from 255) = 25.88%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=50.75%
G=25.88%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021039300.490.540.215.550.757.84
HexCA675D03136156333a
Octal312147135061662566372
Binary1100101011001111011101011000111011010101110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA675D; }

 p { color: rgb(202,103,93); }

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

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

 a { background-color: rgb(202,103,93); }

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

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

 span { border-color: rgb(202,103,93); }

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