Html Css Color HEX #CED8A1 Orinoco

📋 copy color: '#CED8A1'

red 206 ◦ green 216 ◦ blue 161

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

Shades of Orinoco #CED8A1

Tints of Orinoco #CED8A1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.05%

 BLUE value IS 161 (63.28% from 255) = 27.62%

R = 35.33%
G = 37.05%
B = 27.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#CED8A1 (or 0xCED8A1) is known color: Orinoco. HEX triplet: CE, D8 and A1. RGB value is (206,216,161). Sum of RGB (Red+Green+Blue) = 206+216+161=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED8A1 is #31275E. Grayscale: #CECECE. Windows color (decimal): -3221343 or 10606798. OLE color: 10606798.

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

Color convert

RGB 206 216 161 -
CMYK 0.05 0 0.25 0.15
HSL 70.91º 0.41% 0.74% -
HSV(B) 70.91º 0.25% 0.85% -
XYZ 56.44 64.81 43.25 -
YUV 206.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 206 216 161 0.05 0 0.25 0.15 70.91 0.41 0.74
Hex CE D8 A1 5 0 19 F 47 29 4A
Octal 316 330 241 5 0 31 17 107 51 112
Binary 11001110 11011000 10100001 101 0 11001 1111 1000111 101001 1001010

Color Harmonies of #CED8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED8A1

Black with #CED8A1

Text Example


Text Example

White with #CED8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED8A1; }

 p { color: rgb(206,216,161); }

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

background-color css

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

 a { background-color: rgb(206,216,161); }

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

border-color css

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

 span { border-color: rgb(206,216,161); }

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