Html Css Color HEX #C4B192 Akaroa

📋 copy color: '#C4B192'

red 196 ◦ green 177 ◦ blue 146

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

Shades of Akaroa #C4B192

Tints of Akaroa #C4B192

RGB

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

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

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

R = 37.76%
G = 34.1%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C4B192 (or 0xC4B192) is known color: Akaroa. HEX triplet: C4, B1 and 92. RGB value is (196,177,146). Sum of RGB (Red+Green+Blue) = 196+177+146=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B192 is #3B4E6D. Grayscale: #B3B3B3. Windows color (decimal): -3886702 or 9613764. OLE color: 9613764.

HSL color Cylindrical-coordinate representation of color #C4B192: hue angle of 37.2º 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 #C4B192 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 146 -
CMYK 0 0.10 0.26 0.23
HSL 37.2º 0.3% 0.67% -
HSV(B) 37.2º 0.26% 0.77% -
XYZ 43.68 45.26 33.63 -
YUV 179.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 196 177 146 0 0.10 0.26 0.23 37.2 0.3 0.67
Hex C4 B1 92 0 A 1A 17 25 1E 43
Octal 304 261 222 0 12 32 27 45 36 103
Binary 11000100 10110001 10010010 0 1010 11010 10111 100101 11110 1000011

Color Harmonies of #C4B192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B192

Black with #C4B192

Text Example


Text Example

White with #C4B192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B192; }

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

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

background-color css

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

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

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

border-color css

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

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

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