Html Css Color HEX #C1B39B Akaroa

📋 copy color: '#C1B39B'

red 193 ◦ green 179 ◦ blue 155

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

Shades of Akaroa #C1B39B

Tints of Akaroa #C1B39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.41%

R = 36.62%
G = 33.97%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1B39B (or 0xC1B39B) is known color: Akaroa. HEX triplet: C1, B3 and 9B. RGB value is (193,179,155). Sum of RGB (Red+Green+Blue) = 193+179+155=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B39B is #3E4C64. Grayscale: #B4B4B4. Windows color (decimal): -4082789 or 10204097. OLE color: 10204097.

HSL color Cylindrical-coordinate representation of color #C1B39B: hue angle of 37.89º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1B39B is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 179 155 -
CMYK 0 0.07 0.20 0.24
HSL 37.89º 0.23% 0.68% -
HSV(B) 37.89º 0.2% 0.76% -
XYZ 44.03 45.94 37.56 -
YUV 180.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 193 179 155 0 0.07 0.20 0.24 37.89 0.23 0.68
Hex C1 B3 9B 0 7 14 18 26 17 44
Octal 301 263 233 0 7 24 30 46 27 104
Binary 11000001 10110011 10011011 0 111 10100 11000 100110 10111 1000100

Color Harmonies of #C1B39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B39B

Black with #C1B39B

Text Example


Text Example

White with #C1B39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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