#CBCFA5

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

Shades of Orinoco #CBCFA5

Tints of Orinoco #CBCFA5

Color information

#CBCFA5 (or 0xCBCFA5) is unknown color: approx Orinoco. HEX triplet: CB, CF and A5. RGB value is (203,207,165). Sum of RGB (Red+Green+Blue) = 203+207+165=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCFA5 is #34305A. Grayscale: #C9C9C9. Windows color (decimal): -3420251 or 10866635. OLE color: 10866635.

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

Color convert

RGB203207165-
CMYK0.0200.200.19
HSL65.71º30.43%72.94%-
HSV(B)65.71º20.29%81.18%-
XYZ53.7360.0444.35-
YUV201.02107.67129.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 165 (64.84% from 255) = 28.70%
R=35.30%
G=36%
B=28.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032071650.0200.200.1965.7130.4372.94
HexCBCFA5201413421e49
Octal31331724520242310236111
Binary11001011110011111010010110010100100111000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFA5; }

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

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

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

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

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

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

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

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