Html Css Color HEX #CED49D Orinoco

📋 copy color: '#CED49D'

red 206 ◦ green 212 ◦ blue 157

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

Shades of Orinoco #CED49D

Tints of Orinoco #CED49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.3%

R = 35.83%
G = 36.87%
B = 27.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#CED49D (or 0xCED49D) is known color: Orinoco. HEX triplet: CE, D4 and 9D. RGB value is (206,212,157). Sum of RGB (Red+Green+Blue) = 206+212+157=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 212 - color contains mainly: green. Hex color #CED49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED49D is #312B62. Grayscale: #CCCCCC. Windows color (decimal): -3222371 or 10343630. OLE color: 10343630.

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

Color convert

RGB 206 212 157 -
CMYK 0.03 0 0.26 0.17
HSL 66.55º 0.39% 0.72% -
HSV(B) 66.55º 0.26% 0.83% -
XYZ 55.08 62.64 41.09 -
YUV 203.94 101.51 129.47 -
System Red Green Blue C M Y K H S L
Decimal 206 212 157 0.03 0 0.26 0.17 66.55 0.39 0.72
Hex CE D4 9D 3 0 1A 11 43 27 48
Octal 316 324 235 3 0 32 21 103 47 110
Binary 11001110 11010100 10011101 11 0 11010 10001 1000011 100111 1001000

Color Harmonies of #CED49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED49D

Black with #CED49D

Text Example


Text Example

White with #CED49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED49D; }

 p { color: rgb(206,212,157); }

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

background-color css

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

 a { background-color: rgb(206,212,157); }

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

border-color css

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

 span { border-color: rgb(206,212,157); }

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