Html Css Color HEX #CFD9AB Orinoco

📋 copy color: '#CFD9AB'

red 207 ◦ green 217 ◦ blue 171

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

Shades of Orinoco #CFD9AB

Tints of Orinoco #CFD9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.74%

R = 34.79%
G = 36.47%
B = 28.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#CFD9AB (or 0xCFD9AB) is known color: Orinoco. HEX triplet: CF, D9 and AB. RGB value is (207,217,171). Sum of RGB (Red+Green+Blue) = 207+217+171=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD9AB is #302654. Grayscale: #D0D0D0. Windows color (decimal): -3155541 or 11262415. OLE color: 11262415.

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

Color convert

RGB 207 217 171 -
CMYK 0.05 0 0.21 0.15
HSL 73.04º 0.38% 0.76% -
HSV(B) 73.04º 0.21% 0.85% -
XYZ 57.9 65.83 48.18 -
YUV 208.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 207 217 171 0.05 0 0.21 0.15 73.04 0.38 0.76
Hex CF D9 AB 5 0 15 F 49 26 4C
Octal 317 331 253 5 0 25 17 111 46 114
Binary 11001111 11011001 10101011 101 0 10101 1111 1001001 100110 1001100

Color Harmonies of #CFD9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD9AB

Black with #CFD9AB

Text Example


Text Example

White with #CFD9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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