Html Css Color HEX #CECEB0 Orinoco

📋 copy color: '#CECEB0'

red 206 ◦ green 206 ◦ blue 176

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

Shades of Orinoco #CECEB0

Tints of Orinoco #CECEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.93%

R = 35.03%
G = 35.03%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CECEB0 (or 0xCECEB0) is known color: Orinoco. HEX triplet: CE, CE and B0. RGB value is (206,206,176). Sum of RGB (Red+Green+Blue) = 206+206+176=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECEB0 is #31314F. Grayscale: #CACACA. Windows color (decimal): -3223888 or 11587278. OLE color: 11587278.

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

Color convert

RGB 206 206 176 -
CMYK 0 0 0.15 0.19
HSL 60º 0.23% 0.75% -
HSV(B) 60º 0.15% 0.81% -
XYZ 55.36 60.4 49.81 -
YUV 202.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 206 206 176 0 0 0.15 0.19 60 0.23 0.75
Hex CE CE B0 0 0 F 13 3C 17 4B
Octal 316 316 260 0 0 17 23 74 27 113
Binary 11001110 11001110 10110000 0 0 1111 10011 111100 10111 1001011

Color Harmonies of #CECEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECEB0

Black with #CECEB0

Text Example


Text Example

White with #CECEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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