Html Css Color HEX #C1B095 Akaroa

📋 copy color: '#C1B095'

red 193 ◦ green 176 ◦ blue 149

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

Shades of Akaroa #C1B095

Tints of Akaroa #C1B095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.98%

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

R = 37.26%
G = 33.98%
B = 28.76%

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

#C1B095 (or 0xC1B095) is known color: Akaroa. HEX triplet: C1, B0 and 95. RGB value is (193,176,149). Sum of RGB (Red+Green+Blue) = 193+176+149=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B095 is #3E4F6A. Grayscale: #B2B2B2. Windows color (decimal): -4083563 or 9810113. OLE color: 9810113.

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

Color convert

RGB 193 176 149 -
CMYK 0 0.09 0.23 0.24
HSL 36.82º 0.26% 0.67% -
HSV(B) 36.82º 0.23% 0.76% -
XYZ 42.94 44.56 34.77 -
YUV 178.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 193 176 149 0 0.09 0.23 0.24 36.82 0.26 0.67
Hex C1 B0 95 0 9 17 18 25 1A 43
Octal 301 260 225 0 11 27 30 45 32 103
Binary 11000001 10110000 10010101 0 1001 10111 11000 100101 11010 1000011

Color Harmonies of #C1B095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B095

Black with #C1B095

Text Example


Text Example

White with #C1B095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B095; }

 p { color: rgb(193,176,149); }

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

background-color css

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

 a { background-color: rgb(193,176,149); }

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

border-color css

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

 span { border-color: rgb(193,176,149); }

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