Html Css Color HEX #C1B09A Akaroa

📋 copy color: '#C1B09A'

red 193 ◦ green 176 ◦ blue 154

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

Shades of Akaroa #C1B09A

Tints of Akaroa #C1B09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.45%

R = 36.9%
G = 33.65%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1B09A (or 0xC1B09A) is known color: Akaroa. HEX triplet: C1, B0 and 9A. RGB value is (193,176,154). Sum of RGB (Red+Green+Blue) = 193+176+154=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B09A is #3E4F65. Grayscale: #B2B2B2. Windows color (decimal): -4083558 or 10137793. OLE color: 10137793.

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

Color convert

RGB 193 176 154 -
CMYK 0 0.09 0.20 0.24
HSL 33.85º 0.24% 0.68% -
HSV(B) 33.85º 0.2% 0.76% -
XYZ 43.35 44.72 36.92 -
YUV 178.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 193 176 154 0 0.09 0.20 0.24 33.85 0.24 0.68
Hex C1 B0 9A 0 9 14 18 22 18 44
Octal 301 260 232 0 11 24 30 42 30 104
Binary 11000001 10110000 10011010 0 1001 10100 11000 100010 11000 1000100

Color Harmonies of #C1B09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B09A

Black with #C1B09A

Text Example


Text Example

White with #C1B09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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