Html Css Color HEX #C0CEB2 Pixie Green

📋 copy color: '#C0CEB2'

red 192 ◦ green 206 ◦ blue 178

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

Shades of Pixie Green #C0CEB2

Tints of Pixie Green #C0CEB2

RGB

 RED value IS 192 (75.39% from 255) = 33.33%

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

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

R = 33.33%
G = 35.76%
B = 30.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#C0CEB2 (or 0xC0CEB2) is known color: Pixie Green. HEX triplet: C0, CE and B2. RGB value is (192,206,178). Sum of RGB (Red+Green+Blue) = 192+206+178=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CEB2 is #3F314D. Grayscale: #C6C6C6. Windows color (decimal): -4141390 or 11718336. OLE color: 11718336.

HSL color Cylindrical-coordinate representation of color #C0CEB2: hue angle of 90º 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 #C0CEB2 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 206 178 -
CMYK 0.07 0 0.14 0.19
HSL 90º 0.22% 0.75% -
HSV(B) 90º 0.14% 0.81% -
XYZ 51.85 58.56 50.69 -
YUV 198.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 192 206 178 0.07 0 0.14 0.19 90 0.22 0.75
Hex C0 CE B2 7 0 E 13 5A 16 4B
Octal 300 316 262 7 0 16 23 132 26 113
Binary 11000000 11001110 10110010 111 0 1110 10011 1011010 10110 1001011

Color Harmonies of #C0CEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEB2

Black with #C0CEB2

Text Example


Text Example

White with #C0CEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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