#CBCCA4

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

Shades of Orinoco #CBCCA4

Tints of Orinoco #CBCCA4

Color information

#CBCCA4 (or 0xCBCCA4) is unknown color: approx Orinoco. HEX triplet: CB, CC and A4. RGB value is (203,204,164). Sum of RGB (Red+Green+Blue) = 203+204+164=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCCA4 is #34335B. Grayscale: #C7C7C7. Windows color (decimal): -3421020 or 10800331. OLE color: 10800331.

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

Color convert

RGB203204164-
CMYK0.0000.200.2
HSL61.5º28.17%72.16%-
HSV(B)61.5º19.61%80%-
XYZ52.9258.5643.64-
YUV199.14108.17130.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 164 (64.45% from 255) = 28.72%
R=35.55%
G=35.73%
B=28.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041640.0000.200.261.528.1772.16
HexCBCCA40014143e1c48
Octal3133142440024247634110
Binary110010111100110010100100001010010100111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCA4; }

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

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

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

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

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

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

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

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