#CB6358

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

Shades of Sunglo #CB6358

Tints of Sunglo #CB6358

Color information

#CB6358 (or 0xCB6358) is unknown color: approx Sunglo. HEX triplet: CB, 63 and 58. RGB value is (203,99,88). Sum of RGB (Red+Green+Blue) = 203+99+88=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6358 is #349CA7. Grayscale: #808080. Windows color (decimal): -3447976 or 5792715. OLE color: 5792715.

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

Color convert

RGB2039988-
CMYK00.510.570.20
HSL5.74º52.51%57.06%-
HSV(B)5.74º56.65%79.61%-
XYZ30.8522.3211.92-
YUV128.84104.96180.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.05%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 88 (34.77% from 255) = 22.56%
R=52.05%
G=25.38%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203998800.510.570.205.7452.5157.06
HexCB6358033391463539
Octal313143130063712466571
Binary1100101111000111011000011001111100110100110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6358; }

 p { color: rgb(203,99,88); }

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

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

 a { background-color: rgb(203,99,88); }

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

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

 span { border-color: rgb(203,99,88); }

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