Html Css Color HEX #CFD7AD Orinoco

📋 copy color: '#CFD7AD'

red 207 ◦ green 215 ◦ blue 173

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

Shades of Orinoco #CFD7AD

Tints of Orinoco #CFD7AD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.13%

 BLUE value IS 173 (67.97% from 255) = 29.08%

R = 34.79%
G = 36.13%
B = 29.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#CFD7AD (or 0xCFD7AD) is known color: Orinoco. HEX triplet: CF, D7 and AD. RGB value is (207,215,173). Sum of RGB (Red+Green+Blue) = 207+215+173=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD7AD is #302852. Grayscale: #CFCFCF. Windows color (decimal): -3156051 or 11392975. OLE color: 11392975.

HSL color Cylindrical-coordinate representation of color #CFD7AD: hue angle of 71.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFD7AD is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 215 173 -
CMYK 0.04 0 0.20 0.16
HSL 71.43º 0.34% 0.76% -
HSV(B) 71.43º 0.2% 0.84% -
XYZ 57.58 64.88 49.02 -
YUV 207.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 207 215 173 0.04 0 0.20 0.16 71.43 0.34 0.76
Hex CF D7 AD 4 0 14 10 47 22 4C
Octal 317 327 255 4 0 24 20 107 42 114
Binary 11001111 11010111 10101101 100 0 10100 10000 1000111 100010 1001100

Color Harmonies of #CFD7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD7AD

Black with #CFD7AD

Text Example


Text Example

White with #CFD7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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