#CBCDA7

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

Shades of Orinoco #CBCDA7

Tints of Orinoco #CBCDA7

Color information

#CBCDA7 (or 0xCBCDA7) is unknown color: approx Orinoco. HEX triplet: CB, CD and A7. RGB value is (203,205,167). Sum of RGB (Red+Green+Blue) = 203+205+167=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 167 (65.62% from 255 or 29.04% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCDA7 is #343258. Grayscale: #C8C8C8. Windows color (decimal): -3420761 or 10997195. OLE color: 10997195.

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

Color convert

RGB203205167-
CMYK0.0100.190.20
HSL63.16º27.54%72.94%-
HSV(B)63.16º18.54%80.39%-
XYZ53.4359.1545.16-
YUV200.07109.34130.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 167 (65.62% from 255) = 29.04%
R=35.30%
G=35.65%
B=29.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032051670.0100.190.2063.1627.5472.94
HexCBCDA71013143f1c49
Octal3133152471023247734111
Binary110010111100110110100111101001110100111111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDA7; }

 p { color: rgb(203,205,167); }

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

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

 a { background-color: rgb(203,205,167); }

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

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

 span { border-color: rgb(203,205,167); }

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