Html Css Color HEX #C4B394 Akaroa

📋 copy color: '#C4B394'

red 196 ◦ green 179 ◦ blue 148

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

Shades of Akaroa #C4B394

Tints of Akaroa #C4B394

RGB

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

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

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

R = 37.48%
G = 34.23%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C4B394 (or 0xC4B394) is known color: Akaroa. HEX triplet: C4, B3 and 94. RGB value is (196,179,148). Sum of RGB (Red+Green+Blue) = 196+179+148=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B394 is #3B4C6B. Grayscale: #B4B4B4. Windows color (decimal): -3886188 or 9745348. OLE color: 9745348.

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

Color convert

RGB 196 179 148 -
CMYK 0 0.09 0.24 0.23
HSL 38.75º 0.29% 0.67% -
HSV(B) 38.75º 0.24% 0.77% -
XYZ 44.23 46.11 34.59 -
YUV 180.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 196 179 148 0 0.09 0.24 0.23 38.75 0.29 0.67
Hex C4 B3 94 0 9 18 17 27 1D 43
Octal 304 263 224 0 11 30 27 47 35 103
Binary 11000100 10110011 10010100 0 1001 11000 10111 100111 11101 1000011

Color Harmonies of #C4B394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B394

Black with #C4B394

Text Example


Text Example

White with #C4B394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B394; }

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

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

background-color css

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

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

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

border-color css

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

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

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