Html Css Color HEX #C4B48F Akaroa

📋 copy color: '#C4B48F'

red 196 ◦ green 180 ◦ blue 143

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

Shades of Akaroa #C4B48F

Tints of Akaroa #C4B48F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.68%

 BLUE value IS 143 (56.25% from 255) = 27.55%

R = 37.76%
G = 34.68%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4B48F (or 0xC4B48F) is known color: Akaroa. HEX triplet: C4, B4 and 8F. RGB value is (196,180,143). Sum of RGB (Red+Green+Blue) = 196+180+143=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B48F is #3B4B70. Grayscale: #B4B4B4. Windows color (decimal): -3885937 or 9417924. OLE color: 9417924.

HSL color Cylindrical-coordinate representation of color #C4B48F: hue angle of 41.89º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4B48F is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 180 143 -
CMYK 0 0.08 0.27 0.23
HSL 41.89º 0.31% 0.66% -
HSV(B) 41.89º 0.27% 0.77% -
XYZ 44.04 46.36 32.61 -
YUV 180.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 196 180 143 0 0.08 0.27 0.23 41.89 0.31 0.66
Hex C4 B4 8F 0 8 1B 17 2A 1F 42
Octal 304 264 217 0 10 33 27 52 37 102
Binary 11000100 10110100 10001111 0 1000 11011 10111 101010 11111 1000010

Color Harmonies of #C4B48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B48F

Black with #C4B48F

Text Example


Text Example

White with #C4B48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B48F; }

 p { color: rgb(196,180,143); }

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

background-color css

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

 a { background-color: rgb(196,180,143); }

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

border-color css

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

 span { border-color: rgb(196,180,143); }

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