Html Css Color HEX #CECEAB Orinoco

📋 copy color: '#CECEAB'

red 206 ◦ green 206 ◦ blue 171

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

Shades of Orinoco #CECEAB

Tints of Orinoco #CECEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.33%

R = 35.33%
G = 35.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CECEAB (or 0xCECEAB) is known color: Orinoco. HEX triplet: CE, CE and AB. RGB value is (206,206,171). Sum of RGB (Red+Green+Blue) = 206+206+171=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECEAB is #313154. Grayscale: #CACACA. Windows color (decimal): -3223893 or 11259598. OLE color: 11259598.

HSL color Cylindrical-coordinate representation of color #CECEAB: hue angle of 60º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECEAB is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 206 171 -
CMYK 0 0 0.17 0.19
HSL 60º 0.26% 0.74% -
HSV(B) 60º 0.17% 0.81% -
XYZ 54.88 60.2 47.26 -
YUV 202.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 206 206 171 0 0 0.17 0.19 60 0.26 0.74
Hex CE CE AB 0 0 11 13 3C 1A 4A
Octal 316 316 253 0 0 21 23 74 32 112
Binary 11001110 11001110 10101011 0 0 10001 10011 111100 11010 1001010

Color Harmonies of #CECEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECEAB

Black with #CECEAB

Text Example


Text Example

White with #CECEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECEAB; }

 p { color: rgb(206,206,171); }

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

background-color css

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

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

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

border-color css

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

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

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