#CBCFA7

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

Shades of Orinoco #CBCFA7

Tints of Orinoco #CBCFA7

Color information

#CBCFA7 (or 0xCBCFA7) is unknown color: approx Orinoco. HEX triplet: CB, CF and A7. RGB value is (203,207,167). Sum of RGB (Red+Green+Blue) = 203+207+167=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 167 (65.62% from 255 or 28.94% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCFA7 is #343058. Grayscale: #C9C9C9. Windows color (decimal): -3420249 or 10997707. OLE color: 10997707.

HSL color Cylindrical-coordinate representation of color #CBCFA7: hue angle of 66º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBCFA7 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB203207167-
CMYK0.0200.190.19
HSL66º29.41%73.33%-
HSV(B)66º19.32%81.18%-
XYZ53.9260.1145.32-
YUV201.24108.67129.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 167 (65.62% from 255) = 28.94%
R=35.18%
G=35.88%
B=28.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032071670.0200.190.196629.4173.33
HexCBCFA7201313421d49
Octal31331724720232310235111
Binary11001011110011111010011110010011100111000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFA7; }

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

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

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

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

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

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

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

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