Html Css Color HEX #C1B396 Akaroa

📋 copy color: '#C1B396'

red 193 ◦ green 179 ◦ blue 150

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

Shades of Akaroa #C1B396

Tints of Akaroa #C1B396

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.29%

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

R = 36.97%
G = 34.29%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C1B396 (or 0xC1B396) is known color: Akaroa. HEX triplet: C1, B3 and 96. RGB value is (193,179,150). Sum of RGB (Red+Green+Blue) = 193+179+150=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B396 is #3E4C69. Grayscale: #B4B4B4. Windows color (decimal): -4082794 or 9876417. OLE color: 9876417.

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

Color convert

RGB 193 179 150 -
CMYK 0 0.07 0.22 0.24
HSL 40.47º 0.26% 0.67% -
HSV(B) 40.47º 0.22% 0.76% -
XYZ 43.62 45.78 35.39 -
YUV 179.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 193 179 150 0 0.07 0.22 0.24 40.47 0.26 0.67
Hex C1 B3 96 0 7 16 18 28 1A 43
Octal 301 263 226 0 7 26 30 50 32 103
Binary 11000001 10110011 10010110 0 111 10110 11000 101000 11010 1000011

Color Harmonies of #C1B396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B396

Black with #C1B396

Text Example


Text Example

White with #C1B396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B396; }

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

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

background-color css

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

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

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

border-color css

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

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

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