Html Css Color HEX #C2B494 Akaroa

📋 copy color: '#C2B494'

red 194 ◦ green 180 ◦ blue 148

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

Shades of Akaroa #C2B494

Tints of Akaroa #C2B494

RGB

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

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

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

R = 37.16%
G = 34.48%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2B494 (or 0xC2B494) is known color: Akaroa. HEX triplet: C2, B4 and 94. RGB value is (194,180,148). Sum of RGB (Red+Green+Blue) = 194+180+148=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B494 is #3D4B6B. Grayscale: #B4B4B4. Windows color (decimal): -4017004 or 9745602. OLE color: 9745602.

HSL color Cylindrical-coordinate representation of color #C2B494: hue angle of 41.74º 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 #C2B494 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 180 148 -
CMYK 0 0.07 0.24 0.24
HSL 41.74º 0.27% 0.67% -
HSV(B) 41.74º 0.24% 0.76% -
XYZ 43.91 46.25 34.63 -
YUV 180.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 194 180 148 0 0.07 0.24 0.24 41.74 0.27 0.67
Hex C2 B4 94 0 7 18 18 2A 1B 43
Octal 302 264 224 0 7 30 30 52 33 103
Binary 11000010 10110100 10010100 0 111 11000 11000 101010 11011 1000011

Color Harmonies of #C2B494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B494

Black with #C2B494

Text Example


Text Example

White with #C2B494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B494; }

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

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

background-color css

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

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

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

border-color css

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

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

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