Html Css Color HEX #C4B392 Akaroa

📋 copy color: '#C4B392'

red 196 ◦ green 179 ◦ blue 146

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

Shades of Akaroa #C4B392

Tints of Akaroa #C4B392

RGB

 RED value IS 196 (76.95% from 255) = 37.62%

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

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

R = 37.62%
G = 34.36%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C4B392 (or 0xC4B392) is known color: Akaroa. HEX triplet: C4, B3 and 92. RGB value is (196,179,146). Sum of RGB (Red+Green+Blue) = 196+179+146=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B392 is #3B4C6D. Grayscale: #B4B4B4. Windows color (decimal): -3886190 or 9614276. OLE color: 9614276.

HSL color Cylindrical-coordinate representation of color #C4B392: hue angle of 39.6º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4B392 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 179 146 -
CMYK 0 0.09 0.26 0.23
HSL 39.6º 0.3% 0.67% -
HSV(B) 39.6º 0.26% 0.77% -
XYZ 44.07 46.05 33.76 -
YUV 180.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 196 179 146 0 0.09 0.26 0.23 39.6 0.3 0.67
Hex C4 B3 92 0 9 1A 17 28 1E 43
Octal 304 263 222 0 11 32 27 50 36 103
Binary 11000100 10110011 10010010 0 1001 11010 10111 101000 11110 1000011

Color Harmonies of #C4B392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B392

Black with #C4B392

Text Example


Text Example

White with #C4B392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B392; }

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

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

background-color css

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

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

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

border-color css

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

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

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