Html Css Color HEX #CED19F Orinoco

📋 copy color: '#CED19F'

red 206 ◦ green 209 ◦ blue 159

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

Shades of Orinoco #CED19F

Tints of Orinoco #CED19F

RGB

 RED value IS 206 (80.86% from 255) = 35.89%

 GREEN value IS 209 (82.03% from 255) = 36.41%

 BLUE value IS 159 (62.5% from 255) = 27.7%

R = 35.89%
G = 36.41%
B = 27.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#CED19F (or 0xCED19F) is known color: Orinoco. HEX triplet: CE, D1 and 9F. RGB value is (206,209,159). Sum of RGB (Red+Green+Blue) = 206+209+159=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 209 - color contains mainly: green. Hex color #CED19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED19F is #312E60. Grayscale: #CACACA. Windows color (decimal): -3223137 or 10473934. OLE color: 10473934.

HSL color Cylindrical-coordinate representation of color #CED19F: hue angle of 63.6º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CED19F is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 209 159 -
CMYK 0.01 0 0.24 0.18
HSL 63.6º 0.35% 0.72% -
HSV(B) 63.6º 0.24% 0.82% -
XYZ 54.51 61.23 41.75 -
YUV 202.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 206 209 159 0.01 0 0.24 0.18 63.6 0.35 0.72
Hex CE D1 9F 1 0 18 12 40 23 48
Octal 316 321 237 1 0 30 22 100 43 110
Binary 11001110 11010001 10011111 1 0 11000 10010 1000000 100011 1001000

Color Harmonies of #CED19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED19F

Black with #CED19F

Text Example


Text Example

White with #CED19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED19F; }

 p { color: rgb(206,209,159); }

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

background-color css

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

 a { background-color: rgb(206,209,159); }

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

border-color css

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

 span { border-color: rgb(206,209,159); }

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