#CBCCAC

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

Shades of Orinoco #CBCCAC

Tints of Orinoco #CBCCAC

Color information

#CBCCAC (or 0xCBCCAC) is unknown color: approx Orinoco. HEX triplet: CB, CC and AC. RGB value is (203,204,172). Sum of RGB (Red+Green+Blue) = 203+204+172=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCCAC is #343353. Grayscale: #C8C8C8. Windows color (decimal): -3421012 or 11324619. OLE color: 11324619.

HSL color Cylindrical-coordinate representation of color #CBCCAC: hue angle of 61.88º 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 #CBCCAC is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB203204172-
CMYK0.0000.160.2
HSL61.88º23.88%73.73%-
HSV(B)61.88º15.69%80%-
XYZ53.6758.8647.56-
YUV200.05112.17130.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=35.06%
G=35.23%
B=29.71%

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
Decimal2032041720.0000.160.261.8823.8873.73
HexCBCCAC0010143e184a
Octal3133142540020247630112
Binary110010111100110010101100001000010100111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCAC; }

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

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

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

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

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

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

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

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