#CFD7A4

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

Shades of Orinoco #CFD7A4

Tints of Orinoco #CFD7A4

Color information

#CFD7A4 (or 0xCFD7A4) is unknown color: approx Orinoco. HEX triplet: CF, D7 and A4. RGB value is (207,215,164). Sum of RGB (Red+Green+Blue) = 207+215+164=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD7A4 is #30285B. Grayscale: #CECECE. Windows color (decimal): -3156060 or 10803151. OLE color: 10803151.

HSL color Cylindrical-coordinate representation of color #CFD7A4: hue angle of 69.41º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFD7A4 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB207215164-
CMYK0.0400.240.16
HSL69.41º38.93%74.31%-
HSV(B)69.41º23.72%84.31%-
XYZ56.7364.5544.59-
YUV206.79103.85128.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 215 (84.38% from 255) = 36.69%
BLUE value IS 164 (64.45% from 255) = 27.99%
R=35.32%
G=36.69%
B=27.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072151640.0400.240.1669.4138.9374.31
HexCFD7A440181045274a
Octal31732724440302010547112
Binary1100111111010111101001001000110001000010001011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD7A4; }

 p { color: rgb(207,215,164); }

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

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

 a { background-color: rgb(207,215,164); }

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

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

 span { border-color: rgb(207,215,164); }

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