#CACFAF

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

Shades of Orinoco #CACFAF

Tints of Orinoco #CACFAF

Color information

#CACFAF (or 0xCACFAF) is unknown color: approx Orinoco. HEX triplet: CA, CF and AF. RGB value is (202,207,175). Sum of RGB (Red+Green+Blue) = 202+207+175=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACFAF is #353050. Grayscale: #C9C9C9. Windows color (decimal): -3485777 or 11521994. OLE color: 11521994.

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

Color convert

RGB202207175-
CMYK0.0200.150.19
HSL69.38º25%74.9%-
HSV(B)69.38º15.46%81.18%-
XYZ54.4160.2849.32-
YUV201.86112.84128.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 207 (81.25% from 255) = 35.45%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=34.59%
G=35.45%
B=29.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071750.0200.150.1969.382574.9
HexCACFAF20F1345194b
Octal31231725720172310531113
Binary1100101011001111101011111001111100111000101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFAF; }

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

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

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

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

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

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

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

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