Html Css Color HEX #C2B49C Akaroa

📋 copy color: '#C2B49C'

red 194 ◦ green 180 ◦ blue 156

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

Shades of Akaroa #C2B49C

Tints of Akaroa #C2B49C

RGB

 RED value IS 194 (76.17% from 255) = 36.6%

 GREEN value IS 180 (70.7% from 255) = 33.96%

 BLUE value IS 156 (61.33% from 255) = 29.43%

R = 36.6%
G = 33.96%
B = 29.43%

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

#C2B49C (or 0xC2B49C) is known color: Akaroa. HEX triplet: C2, B4 and 9C. RGB value is (194,180,156). Sum of RGB (Red+Green+Blue) = 194+180+156=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B49C is #3D4B63. Grayscale: #B5B5B5. Windows color (decimal): -4016996 or 10269890. OLE color: 10269890.

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

Color convert

RGB 194 180 156 -
CMYK 0 0.07 0.20 0.24
HSL 37.89º 0.24% 0.69% -
HSV(B) 37.89º 0.2% 0.76% -
XYZ 44.57 46.51 38.08 -
YUV 181.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 194 180 156 0 0.07 0.20 0.24 37.89 0.24 0.69
Hex C2 B4 9C 0 7 14 18 26 18 45
Octal 302 264 234 0 7 24 30 46 30 105
Binary 11000010 10110100 10011100 0 111 10100 11000 100110 11000 1000101

Color Harmonies of #C2B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B49C

Black with #C2B49C

Text Example


Text Example

White with #C2B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B49C; }

 p { color: rgb(194,180,156); }

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

background-color css

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

 a { background-color: rgb(194,180,156); }

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

border-color css

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

 span { border-color: rgb(194,180,156); }

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