#CB675D

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

Shades of Sunglo #CB675D

Tints of Sunglo #CB675D

Color information

#CB675D (or 0xCB675D) is unknown color: approx Sunglo. HEX triplet: CB, 67 and 5D. RGB value is (203,103,93). Sum of RGB (Red+Green+Blue) = 203+103+93=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB675D is #3498A2. Grayscale: #838383. Windows color (decimal): -3446947 or 6121419. OLE color: 6121419.

HSL color Cylindrical-coordinate representation of color #CB675D: hue angle of 5.45º 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 #CB675D is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB20310393-
CMYK00.490.540.20
HSL5.45º51.4%58.04%-
HSV(B)5.45º54.19%79.61%-
XYZ31.4523.1913.17-
YUV131.76106.13178.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=50.88%
G=25.81%
B=23.31%

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
Decimal2031039300.490.540.205.4551.458.04
HexCB675D03136145333a
Octal313147135061662456372
Binary1100101111001111011101011000111011010100101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB675D; }

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

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

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

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

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

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

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

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