#CB685D

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

Shades of Sunglo #CB685D

Tints of Sunglo #CB685D

Color information

#CB685D (or 0xCB685D) is unknown color: approx Sunglo. HEX triplet: CB, 68 and 5D. RGB value is (203,104,93). Sum of RGB (Red+Green+Blue) = 203+104+93=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB685D is #3497A2. Grayscale: #848484. Windows color (decimal): -3446691 or 6121675. OLE color: 6121675.

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

Color convert

RGB20310493-
CMYK00.490.540.20
HSL51.4%58.04%-
HSV(B)54.19%79.61%-
XYZ31.5523.3913.21-
YUV132.35105.8178.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 104 (41.02% from 255) = 26%
BLUE value IS 93 (36.72% from 255) = 23.25%
R=50.75%
G=26%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031049300.490.540.20651.458.04
HexCB685D03136146333a
Octal313150135061662466372
Binary1100101111010001011101011000111011010100110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB685D; }

 p { color: rgb(203,104,93); }

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

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

 a { background-color: rgb(203,104,93); }

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

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

 span { border-color: rgb(203,104,93); }

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