Html Css Color HEX #C3CAA1 Beryl Green

📋 copy color: '#C3CAA1'

red 195 ◦ green 202 ◦ blue 161

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

Shades of Beryl Green #C3CAA1

Tints of Beryl Green #C3CAA1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.2%

 BLUE value IS 161 (63.28% from 255) = 28.85%

R = 34.95%
G = 36.2%
B = 28.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C3CAA1 (or 0xC3CAA1) is known color: Beryl Green. HEX triplet: C3, CA and A1. RGB value is (195,202,161). Sum of RGB (Red+Green+Blue) = 195+202+161=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CAA1 is #3C355E. Grayscale: #C3C3C3. Windows color (decimal): -3945823 or 10603203. OLE color: 10603203.

HSL color Cylindrical-coordinate representation of color #C3CAA1: hue angle of 70.24º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3CAA1 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 202 161 -
CMYK 0.03 0 0.20 0.21
HSL 70.24º 0.28% 0.71% -
HSV(B) 70.24º 0.2% 0.79% -
XYZ 50.06 56.42 41.97 -
YUV 195.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 195 202 161 0.03 0 0.20 0.21 70.24 0.28 0.71
Hex C3 CA A1 3 0 14 15 46 1C 47
Octal 303 312 241 3 0 24 25 106 34 107
Binary 11000011 11001010 10100001 11 0 10100 10101 1000110 11100 1000111

Color Harmonies of #C3CAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CAA1

Black with #C3CAA1

Text Example


Text Example

White with #C3CAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CAA1; }

 p { color: rgb(195,202,161); }

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

background-color css

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

 a { background-color: rgb(195,202,161); }

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

border-color css

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

 span { border-color: rgb(195,202,161); }

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