#CBCCAA

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

Shades of Orinoco #CBCCAA

Tints of Orinoco #CBCCAA

Color information

#CBCCAA (or 0xCBCCAA) is unknown color: approx Orinoco. HEX triplet: CB, CC and AA. RGB value is (203,204,170). Sum of RGB (Red+Green+Blue) = 203+204+170=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCCAA is #343355. Grayscale: #C7C7C7. Windows color (decimal): -3421014 or 11193547. OLE color: 11193547.

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

Color convert

RGB203204170-
CMYK0.0000.170.2
HSL61.76º25%73.33%-
HSV(B)61.76º16.67%80%-
XYZ53.4858.7846.56-
YUV199.82111.17130.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 170 (66.80% from 255) = 29.46%
R=35.18%
G=35.36%
B=29.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041700.0000.170.261.762573.33
HexCBCCAA0011143e1949
Octal3133142520021247631111
Binary110010111100110010101010001000110100111110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCAA; }

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

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

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

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

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

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

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

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