#CACFAE

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

Shades of Orinoco #CACFAE

Tints of Orinoco #CACFAE

Color information

#CACFAE (or 0xCACFAE) is unknown color: approx Orinoco. HEX triplet: CA, CF and AE. RGB value is (202,207,174). Sum of RGB (Red+Green+Blue) = 202+207+174=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACFAE is #353051. Grayscale: #C9C9C9. Windows color (decimal): -3485778 or 11456458. OLE color: 11456458.

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

Color convert

RGB202207174-
CMYK0.0200.160.19
HSL69.09º25.58%74.71%-
HSV(B)69.09º15.94%81.18%-
XYZ54.3160.2448.81-
YUV201.74112.34128.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=34.65%
G=35.51%
B=29.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071740.0200.160.1969.0925.5874.71
HexCACFAE201013451a4b
Octal31231725620202310532113
Binary11001010110011111010111010010000100111000101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFAE; }

 p { color: rgb(202,207,174); }

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

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

 a { background-color: rgb(202,207,174); }

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

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

 span { border-color: rgb(202,207,174); }

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