Html Css Color HEX #CFD9A7 Orinoco

📋 copy color: '#CFD9A7'

red 207 ◦ green 217 ◦ blue 167

#CFD9A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #CFD9A7

Tints of Orinoco #CFD9A7

RGB

 RED value IS 207 (81.25% from 255) = 35.03%

 GREEN value IS 217 (85.16% from 255) = 36.72%

 BLUE value IS 167 (65.63% from 255) = 28.26%

R = 35.03%
G = 36.72%
B = 28.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#CFD9A7 (or 0xCFD9A7) is known color: Orinoco. HEX triplet: CF, D9 and A7. RGB value is (207,217,167). Sum of RGB (Red+Green+Blue) = 207+217+167=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD9A7 is #302658. Grayscale: #D0D0D0. Windows color (decimal): -3155545 or 11000271. OLE color: 11000271.

HSL color Cylindrical-coordinate representation of color #CFD9A7: hue angle of 72º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFD9A7 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 217 167 -
CMYK 0.05 0 0.23 0.15
HSL 72º 0.4% 0.75% -
HSV(B) 72º 0.23% 0.85% -
XYZ 57.52 65.68 46.21 -
YUV 208.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 207 217 167 0.05 0 0.23 0.15 72 0.4 0.75
Hex CF D9 A7 5 0 17 F 48 28 4B
Octal 317 331 247 5 0 27 17 110 50 113
Binary 11001111 11011001 10100111 101 0 10111 1111 1001000 101000 1001011

Color Harmonies of #CFD9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD9A7

Black with #CFD9A7

Text Example


Text Example

White with #CFD9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD9A7; }

 p { color: rgb(207,217,167); }

 H1.HeaderClassName
 {
   color: #CFD9A7;
 }
 .AnyTagClassName
 {
   color: #CFD9A7;
 }
</style>

background-color css

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

 a { background-color: rgb(207,217,167); }

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

border-color css

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

 span { border-color: rgb(207,217,167); }

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