Html Css Color HEX #C1B399 Akaroa

📋 copy color: '#C1B399'

red 193 ◦ green 179 ◦ blue 153

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

Shades of Akaroa #C1B399

Tints of Akaroa #C1B399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.14%

R = 36.76%
G = 34.1%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C1B399 (or 0xC1B399) is known color: Akaroa. HEX triplet: C1, B3 and 99. RGB value is (193,179,153). Sum of RGB (Red+Green+Blue) = 193+179+153=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B399 is #3E4C66. Grayscale: #B4B4B4. Windows color (decimal): -4082791 or 10073025. OLE color: 10073025.

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

Color convert

RGB 193 179 153 -
CMYK 0 0.07 0.21 0.24
HSL 39º 0.24% 0.68% -
HSV(B) 39º 0.21% 0.76% -
XYZ 43.86 45.88 36.68 -
YUV 180.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 193 179 153 0 0.07 0.21 0.24 39 0.24 0.68
Hex C1 B3 99 0 7 15 18 27 18 44
Octal 301 263 231 0 7 25 30 47 30 104
Binary 11000001 10110011 10011001 0 111 10101 11000 100111 11000 1000100

Color Harmonies of #C1B399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B399

Black with #C1B399

Text Example


Text Example

White with #C1B399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B399; }

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

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

background-color css

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

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

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

border-color css

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

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

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