Html Css Color HEX #C3C8AF Beryl Green

📋 copy color: '#C3C8AF'

red 195 ◦ green 200 ◦ blue 175

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

Shades of Beryl Green #C3C8AF

Tints of Beryl Green #C3C8AF

RGB

 RED value IS 195 (76.56% from 255) = 34.21%

 GREEN value IS 200 (78.52% from 255) = 35.09%

 BLUE value IS 175 (68.75% from 255) = 30.7%

R = 34.21%
G = 35.09%
B = 30.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C3C8AF (or 0xC3C8AF) is known color: Beryl Green. HEX triplet: C3, C8 and AF. RGB value is (195,200,175). Sum of RGB (Red+Green+Blue) = 195+200+175=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C8AF is #3C3750. Grayscale: #C3C3C3. Windows color (decimal): -3946321 or 11520195. OLE color: 11520195.

HSL color Cylindrical-coordinate representation of color #C3C8AF: hue angle of 72º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3C8AF is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 200 175 -
CMYK 0.02 0 0.12 0.22
HSL 72º 0.19% 0.74% -
HSV(B) 72º 0.13% 0.78% -
XYZ 50.9 56.01 48.69 -
YUV 195.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 195 200 175 0.02 0 0.12 0.22 72 0.19 0.74
Hex C3 C8 AF 2 0 C 16 48 13 4A
Octal 303 310 257 2 0 14 26 110 23 112
Binary 11000011 11001000 10101111 10 0 1100 10110 1001000 10011 1001010

Color Harmonies of #C3C8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C8AF

Black with #C3C8AF

Text Example


Text Example

White with #C3C8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C8AF; }

 p { color: rgb(195,200,175); }

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

background-color css

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

 a { background-color: rgb(195,200,175); }

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

border-color css

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

 span { border-color: rgb(195,200,175); }

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