Html Css Color HEX #CFD49E Orinoco

📋 copy color: '#CFD49E'

red 207 ◦ green 212 ◦ blue 158

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

Shades of Orinoco #CFD49E

Tints of Orinoco #CFD49E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.74%

 BLUE value IS 158 (62.11% from 255) = 27.38%

R = 35.88%
G = 36.74%
B = 27.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#CFD49E (or 0xCFD49E) is known color: Orinoco. HEX triplet: CF, D4 and 9E. RGB value is (207,212,158). Sum of RGB (Red+Green+Blue) = 207+212+158=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD49E is #302B61. Grayscale: #CCCCCC. Windows color (decimal): -3156834 or 10409167. OLE color: 10409167.

HSL color Cylindrical-coordinate representation of color #CFD49E: hue angle of 65.56º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFD49E is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 212 158 -
CMYK 0.02 0 0.25 0.17
HSL 65.56º 0.39% 0.73% -
HSV(B) 65.56º 0.25% 0.83% -
XYZ 55.45 62.82 41.55 -
YUV 204.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 207 212 158 0.02 0 0.25 0.17 65.56 0.39 0.73
Hex CF D4 9E 2 0 19 11 42 27 49
Octal 317 324 236 2 0 31 21 102 47 111
Binary 11001111 11010100 10011110 10 0 11001 10001 1000010 100111 1001001

Color Harmonies of #CFD49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD49E

Black with #CFD49E

Text Example


Text Example

White with #CFD49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD49E; }

 p { color: rgb(207,212,158); }

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

background-color css

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

 a { background-color: rgb(207,212,158); }

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

border-color css

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

 span { border-color: rgb(207,212,158); }

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