Html Css Color HEX #C2B194 Akaroa

📋 copy color: '#C2B194'

red 194 ◦ green 177 ◦ blue 148

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

Shades of Akaroa #C2B194

Tints of Akaroa #C2B194

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.1%

 BLUE value IS 148 (58.2% from 255) = 28.52%

R = 37.38%
G = 34.1%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2B194 (or 0xC2B194) is known color: Akaroa. HEX triplet: C2, B1 and 94. RGB value is (194,177,148). Sum of RGB (Red+Green+Blue) = 194+177+148=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B194 is #3D4E6B. Grayscale: #B2B2B2. Windows color (decimal): -4017772 or 9744834. OLE color: 9744834.

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

Color convert

RGB 194 177 148 -
CMYK 0 0.09 0.24 0.24
HSL 37.83º 0.27% 0.67% -
HSV(B) 37.83º 0.24% 0.76% -
XYZ 43.32 45.05 34.43 -
YUV 178.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 194 177 148 0 0.09 0.24 0.24 37.83 0.27 0.67
Hex C2 B1 94 0 9 18 18 26 1B 43
Octal 302 261 224 0 11 30 30 46 33 103
Binary 11000010 10110001 10010100 0 1001 11000 11000 100110 11011 1000011

Color Harmonies of #C2B194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B194

Black with #C2B194

Text Example


Text Example

White with #C2B194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B194; }

 p { color: rgb(194,177,148); }

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

background-color css

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

 a { background-color: rgb(194,177,148); }

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

border-color css

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

 span { border-color: rgb(194,177,148); }

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