#CBC8C4

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

Shades of Westar #CBC8C4

Tints of Westar #CBC8C4

Color information

#CBC8C4 (or 0xCBC8C4) is unknown color: approx Westar. HEX triplet: CB, C8 and C4. RGB value is (203,200,196). Sum of RGB (Red+Green+Blue) = 203+200+196=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8C4 is #34373B. Grayscale: #C8C8C8. Windows color (decimal): -3422012 or 12896459. OLE color: 12896459.

HSL color Cylindrical-coordinate representation of color #CBC8C4: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBC8C4 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB203200196-
CMYK00.010.030.20
HSL34.29º6.31%78.24%-
HSV(B)34.29º3.45%79.61%-
XYZ55.2557.9960.51-
YUV200.44125.49129.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 200 (78.52% from 255) = 33.39%
BLUE value IS 196 (76.95% from 255) = 32.72%
R=33.89%
G=33.39%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320019600.010.030.2034.296.3178.24
HexCBC8C4013142264e
Octal31331030401324426116
Binary1100101111001000110001000111101001000101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8C4; }

 p { color: rgb(203,200,196); }

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

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

 a { background-color: rgb(203,200,196); }

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

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

 span { border-color: rgb(203,200,196); }

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