Html Css Color HEX #C2B191 Akaroa

📋 copy color: '#C2B191'

red 194 ◦ green 177 ◦ blue 145

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

Shades of Akaroa #C2B191

Tints of Akaroa #C2B191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.1%

R = 37.6%
G = 34.3%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2B191 (or 0xC2B191) is known color: Akaroa. HEX triplet: C2, B1 and 91. RGB value is (194,177,145). Sum of RGB (Red+Green+Blue) = 194+177+145=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B191 is #3D4E6E. Grayscale: #B2B2B2. Windows color (decimal): -4017775 or 9548226. OLE color: 9548226.

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

Color convert

RGB 194 177 145 -
CMYK 0 0.09 0.25 0.24
HSL 39.18º 0.29% 0.66% -
HSV(B) 39.18º 0.25% 0.76% -
XYZ 43.08 44.96 33.2 -
YUV 178.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 194 177 145 0 0.09 0.25 0.24 39.18 0.29 0.66
Hex C2 B1 91 0 9 19 18 27 1D 42
Octal 302 261 221 0 11 31 30 47 35 102
Binary 11000010 10110001 10010001 0 1001 11001 11000 100111 11101 1000010

Color Harmonies of #C2B191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B191

Black with #C2B191

Text Example


Text Example

White with #C2B191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B191; }

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

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

background-color css

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

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

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

border-color css

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

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

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