Html Css Color HEX #C2B193 Akaroa

📋 copy color: '#C2B193'

red 194 ◦ green 177 ◦ blue 147

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

Shades of Akaroa #C2B193

Tints of Akaroa #C2B193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.38%

R = 37.45%
G = 34.17%
B = 28.38%

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

#C2B193 (or 0xC2B193) is known color: Akaroa. HEX triplet: C2, B1 and 93. RGB value is (194,177,147). Sum of RGB (Red+Green+Blue) = 194+177+147=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B193 is #3D4E6C. Grayscale: #B2B2B2. Windows color (decimal): -4017773 or 9679298. OLE color: 9679298.

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

Color convert

RGB 194 177 147 -
CMYK 0 0.09 0.24 0.24
HSL 38.3º 0.28% 0.67% -
HSV(B) 38.3º 0.24% 0.76% -
XYZ 43.24 45.02 34.01 -
YUV 178.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 194 177 147 0 0.09 0.24 0.24 38.3 0.28 0.67
Hex C2 B1 93 0 9 18 18 26 1C 43
Octal 302 261 223 0 11 30 30 46 34 103
Binary 11000010 10110001 10010011 0 1001 11000 11000 100110 11100 1000011

Color Harmonies of #C2B193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B193

Black with #C2B193

Text Example


Text Example

White with #C2B193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B193; }

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

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

background-color css

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

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

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

border-color css

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

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

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