Html Css Color HEX #C2B595 Akaroa

📋 copy color: '#C2B595'

red 194 ◦ green 181 ◦ blue 149

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

Shades of Akaroa #C2B595

Tints of Akaroa #C2B595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.54%

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

R = 37.02%
G = 34.54%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2B595 (or 0xC2B595) is known color: Akaroa. HEX triplet: C2, B5 and 95. RGB value is (194,181,149). Sum of RGB (Red+Green+Blue) = 194+181+149=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B595 is #3D4A6A. Grayscale: #B5B5B5. Windows color (decimal): -4016747 or 9811394. OLE color: 9811394.

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

Color convert

RGB 194 181 149 -
CMYK 0 0.07 0.23 0.24
HSL 42.67º 0.27% 0.67% -
HSV(B) 42.67º 0.23% 0.76% -
XYZ 44.2 46.69 35.12 -
YUV 181.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 194 181 149 0 0.07 0.23 0.24 42.67 0.27 0.67
Hex C2 B5 95 0 7 17 18 2B 1B 43
Octal 302 265 225 0 7 27 30 53 33 103
Binary 11000010 10110101 10010101 0 111 10111 11000 101011 11011 1000011

Color Harmonies of #C2B595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B595

Black with #C2B595

Text Example


Text Example

White with #C2B595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B595; }

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

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

background-color css

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

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

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

border-color css

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

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

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