Html Css Color HEX #CECEB2 Orinoco

📋 copy color: '#CECEB2'

red 206 ◦ green 206 ◦ blue 178

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

Shades of Orinoco #CECEB2

Tints of Orinoco #CECEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.17%

R = 34.92%
G = 34.92%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CECEB2 (or 0xCECEB2) is known color: Orinoco. HEX triplet: CE, CE and B2. RGB value is (206,206,178). Sum of RGB (Red+Green+Blue) = 206+206+178=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECEB2 is #31314D. Grayscale: #CACACA. Windows color (decimal): -3223886 or 11718350. OLE color: 11718350.

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

Color convert

RGB 206 206 178 -
CMYK 0 0 0.14 0.19
HSL 60º 0.22% 0.75% -
HSV(B) 60º 0.14% 0.81% -
XYZ 55.56 60.48 50.86 -
YUV 202.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 206 206 178 0 0 0.14 0.19 60 0.22 0.75
Hex CE CE B2 0 0 E 13 3C 16 4B
Octal 316 316 262 0 0 16 23 74 26 113
Binary 11001110 11001110 10110010 0 0 1110 10011 111100 10110 1001011

Color Harmonies of #CECEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECEB2

Black with #CECEB2

Text Example


Text Example

White with #CECEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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