Html Css Color HEX #C4B38E Akaroa

📋 copy color: '#C4B38E'

red 196 ◦ green 179 ◦ blue 142

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

Shades of Akaroa #C4B38E

Tints of Akaroa #C4B38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.47%

R = 37.91%
G = 34.62%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4B38E (or 0xC4B38E) is known color: Akaroa. HEX triplet: C4, B3 and 8E. RGB value is (196,179,142). Sum of RGB (Red+Green+Blue) = 196+179+142=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B38E is #3B4C71. Grayscale: #B4B4B4. Windows color (decimal): -3886194 or 9352132. OLE color: 9352132.

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

Color convert

RGB 196 179 142 -
CMYK 0 0.09 0.28 0.23
HSL 41.11º 0.31% 0.66% -
HSV(B) 41.11º 0.28% 0.77% -
XYZ 43.77 45.93 32.15 -
YUV 179.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 196 179 142 0 0.09 0.28 0.23 41.11 0.31 0.66
Hex C4 B3 8E 0 9 1C 17 29 1F 42
Octal 304 263 216 0 11 34 27 51 37 102
Binary 11000100 10110011 10001110 0 1001 11100 10111 101001 11111 1000010

Color Harmonies of #C4B38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B38E

Black with #C4B38E

Text Example


Text Example

White with #C4B38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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