Html Css Color HEX #C2B195 Akaroa

📋 copy color: '#C2B195'

red 194 ◦ green 177 ◦ blue 149

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

Shades of Akaroa #C2B195

Tints of Akaroa #C2B195

RGB

 RED value IS 194 (76.17% from 255) = 37.31%

 GREEN value IS 177 (69.53% from 255) = 34.04%

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 37.31%
G = 34.04%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2B195 (or 0xC2B195) is known color: Akaroa. HEX triplet: C2, B1 and 95. RGB value is (194,177,149). Sum of RGB (Red+Green+Blue) = 194+177+149=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B195 is #3D4E6A. Grayscale: #B3B3B3. Windows color (decimal): -4017771 or 9810370. OLE color: 9810370.

HSL color Cylindrical-coordinate representation of color #C2B195: hue angle of 37.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2B195 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 177 149 -
CMYK 0 0.09 0.23 0.24
HSL 37.33º 0.27% 0.67% -
HSV(B) 37.33º 0.23% 0.76% -
XYZ 43.4 45.08 34.85 -
YUV 178.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 194 177 149 0 0.09 0.23 0.24 37.33 0.27 0.67
Hex C2 B1 95 0 9 17 18 25 1B 43
Octal 302 261 225 0 11 27 30 45 33 103
Binary 11000010 10110001 10010101 0 1001 10111 11000 100101 11011 1000011

Color Harmonies of #C2B195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B195

Black with #C2B195

Text Example


Text Example

White with #C2B195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B195; }

 p { color: rgb(194,177,149); }

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

background-color css

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

 a { background-color: rgb(194,177,149); }

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

border-color css

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

 span { border-color: rgb(194,177,149); }

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