Html Css Color HEX #C2B392 Akaroa

📋 copy color: '#C2B392'

red 194 ◦ green 179 ◦ blue 146

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

Shades of Akaroa #C2B392

Tints of Akaroa #C2B392

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.49%

 BLUE value IS 146 (57.42% from 255) = 28.13%

R = 37.38%
G = 34.49%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2B392 (or 0xC2B392) is known color: Akaroa. HEX triplet: C2, B3 and 92. RGB value is (194,179,146). Sum of RGB (Red+Green+Blue) = 194+179+146=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B392 is #3D4C6D. Grayscale: #B3B3B3. Windows color (decimal): -4017262 or 9614274. OLE color: 9614274.

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

Color convert

RGB 194 179 146 -
CMYK 0 0.08 0.25 0.24
HSL 41.25º 0.28% 0.67% -
HSV(B) 41.25º 0.25% 0.76% -
XYZ 43.56 45.78 33.74 -
YUV 179.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 194 179 146 0 0.08 0.25 0.24 41.25 0.28 0.67
Hex C2 B3 92 0 8 19 18 29 1C 43
Octal 302 263 222 0 10 31 30 51 34 103
Binary 11000010 10110011 10010010 0 1000 11001 11000 101001 11100 1000011

Color Harmonies of #C2B392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B392

Black with #C2B392

Text Example


Text Example

White with #C2B392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B392; }

 p { color: rgb(194,179,146); }

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

background-color css

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

 a { background-color: rgb(194,179,146); }

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

border-color css

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

 span { border-color: rgb(194,179,146); }

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