Html Css Color HEX #CED89C Orinoco

📋 copy color: '#CED89C'

red 206 ◦ green 216 ◦ blue 156

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

Shades of Orinoco #CED89C

Tints of Orinoco #CED89C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.99%

R = 35.64%
G = 37.37%
B = 26.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#CED89C (or 0xCED89C) is known color: Orinoco. HEX triplet: CE, D8 and 9C. RGB value is (206,216,156). Sum of RGB (Red+Green+Blue) = 206+216+156=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #CED89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED89C is #312763. Grayscale: #CECECE. Windows color (decimal): -3221348 or 10279118. OLE color: 10279118.

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

Color convert

RGB 206 216 156 -
CMYK 0.05 0 0.28 0.15
HSL 70º 0.43% 0.73% -
HSV(B) 70º 0.28% 0.85% -
XYZ 56.01 64.63 40.98 -
YUV 206.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 206 216 156 0.05 0 0.28 0.15 70 0.43 0.73
Hex CE D8 9C 5 0 1C F 46 2B 49
Octal 316 330 234 5 0 34 17 106 53 111
Binary 11001110 11011000 10011100 101 0 11100 1111 1000110 101011 1001001

Color Harmonies of #CED89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED89C

Black with #CED89C

Text Example


Text Example

White with #CED89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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