Html Css Color HEX #C0C3AA Beryl Green

📋 copy color: '#C0C3AA'

red 192 ◦ green 195 ◦ blue 170

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

Shades of Beryl Green #C0C3AA

Tints of Beryl Green #C0C3AA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.01%

 BLUE value IS 170 (66.8% from 255) = 30.52%

R = 34.47%
G = 35.01%
B = 30.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C0C3AA (or 0xC0C3AA) is known color: Beryl Green. HEX triplet: C0, C3 and AA. RGB value is (192,195,170). Sum of RGB (Red+Green+Blue) = 192+195+170=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C3AA is #3F3C55. Grayscale: #BFBFBF. Windows color (decimal): -4144214 or 11191232. OLE color: 11191232.

HSL color Cylindrical-coordinate representation of color #C0C3AA: hue angle of 67.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0C3AA is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 170 -
CMYK 0.02 0 0.13 0.24
HSL 67.2º 0.17% 0.72% -
HSV(B) 67.2º 0.13% 0.76% -
XYZ 48.51 53.14 45.73 -
YUV 191.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 192 195 170 0.02 0 0.13 0.24 67.2 0.17 0.72
Hex C0 C3 AA 2 0 D 18 43 11 48
Octal 300 303 252 2 0 15 30 103 21 110
Binary 11000000 11000011 10101010 10 0 1101 11000 1000011 10001 1001000

Color Harmonies of #C0C3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C3AA

Black with #C0C3AA

Text Example


Text Example

White with #C0C3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C3AA; }

 p { color: rgb(192,195,170); }

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

background-color css

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

 a { background-color: rgb(192,195,170); }

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

border-color css

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

 span { border-color: rgb(192,195,170); }

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