#CBCCAB

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

Shades of Orinoco #CBCCAB

Tints of Orinoco #CBCCAB

Color information

#CBCCAB (or 0xCBCCAB) is unknown color: approx Orinoco. HEX triplet: CB, CC and AB. RGB value is (203,204,171). Sum of RGB (Red+Green+Blue) = 203+204+171=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCCAB is #343354. Grayscale: #C8C8C8. Windows color (decimal): -3421013 or 11259083. OLE color: 11259083.

HSL color Cylindrical-coordinate representation of color #CBCCAB: hue angle of 61.82º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBCCAB is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB203204171-
CMYK0.0000.160.2
HSL61.82º24.44%73.53%-
HSV(B)61.82º16.18%80%-
XYZ53.5758.8247.06-
YUV199.94111.67130.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.12%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 171 (67.19% from 255) = 29.58%
R=35.12%
G=35.29%
B=29.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041710.0000.160.261.8224.4473.53
HexCBCCAB0010143e184a
Octal3133142530020247630112
Binary110010111100110010101011001000010100111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCAB; }

 p { color: rgb(203,204,171); }

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

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

 a { background-color: rgb(203,204,171); }

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

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

 span { border-color: rgb(203,204,171); }

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