#CD695A

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

Shades of Sunglo #CD695A

Tints of Sunglo #CD695A

Color information

#CD695A (or 0xCD695A) is unknown color: approx Sunglo. HEX triplet: CD, 69 and 5A. RGB value is (205,105,90). Sum of RGB (Red+Green+Blue) = 205+105+90=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD695A is #3296A5. Grayscale: #858585. Windows color (decimal): -3315366 or 5925325. OLE color: 5925325.

HSL color Cylindrical-coordinate representation of color #CD695A: hue angle of 7.83º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD695A is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB20510590-
CMYK00.490.560.20
HSL7.83º53.49%57.84%-
HSV(B)7.83º56.1%80.39%-
XYZ32.0723.8212.58-
YUV133.19103.63179.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.25%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=51.25%
G=26.25%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051059000.490.560.207.8353.4957.84
HexCD695A03138148353a
Octal3151511320617024106572
Binary11001101110100110110100110001111000101001000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD695A; }

 p { color: rgb(205,105,90); }

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

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

 a { background-color: rgb(205,105,90); }

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

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

 span { border-color: rgb(205,105,90); }

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