Html Css Color HEX #C1B196 Akaroa

📋 copy color: '#C1B196'

red 193 ◦ green 177 ◦ blue 150

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

Shades of Akaroa #C1B196

Tints of Akaroa #C1B196

RGB

 RED value IS 193 (75.78% from 255) = 37.12%

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

 BLUE value IS 150 (58.98% from 255) = 28.85%

R = 37.12%
G = 34.04%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C1B196 (or 0xC1B196) is known color: Akaroa. HEX triplet: C1, B1 and 96. RGB value is (193,177,150). Sum of RGB (Red+Green+Blue) = 193+177+150=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B196 is #3E4E69. Grayscale: #B2B2B2. Windows color (decimal): -4083306 or 9875905. OLE color: 9875905.

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

Color convert

RGB 193 177 150 -
CMYK 0 0.08 0.22 0.24
HSL 37.67º 0.26% 0.67% -
HSV(B) 37.67º 0.22% 0.76% -
XYZ 43.22 44.98 35.26 -
YUV 178.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 193 177 150 0 0.08 0.22 0.24 37.67 0.26 0.67
Hex C1 B1 96 0 8 16 18 26 1A 43
Octal 301 261 226 0 10 26 30 46 32 103
Binary 11000001 10110001 10010110 0 1000 10110 11000 100110 11010 1000011

Color Harmonies of #C1B196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B196

Black with #C1B196

Text Example


Text Example

White with #C1B196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B196; }

 p { color: rgb(193,177,150); }

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

background-color css

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

 a { background-color: rgb(193,177,150); }

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

border-color css

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

 span { border-color: rgb(193,177,150); }

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