Html Css Color HEX #C4B498 Akaroa

📋 copy color: '#C4B498'

red 196 ◦ green 180 ◦ blue 152

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

Shades of Akaroa #C4B498

Tints of Akaroa #C4B498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.79%

R = 37.12%
G = 34.09%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C4B498 (or 0xC4B498) is known color: Akaroa. HEX triplet: C4, B4 and 98. RGB value is (196,180,152). Sum of RGB (Red+Green+Blue) = 196+180+152=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B498 is #3B4B67. Grayscale: #B5B5B5. Windows color (decimal): -3885928 or 10007748. OLE color: 10007748.

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

Color convert

RGB 196 180 152 -
CMYK 0 0.08 0.22 0.23
HSL 38.18º 0.27% 0.68% -
HSV(B) 38.18º 0.22% 0.77% -
XYZ 44.75 46.65 36.35 -
YUV 181.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 196 180 152 0 0.08 0.22 0.23 38.18 0.27 0.68
Hex C4 B4 98 0 8 16 17 26 1B 44
Octal 304 264 230 0 10 26 27 46 33 104
Binary 11000100 10110100 10011000 0 1000 10110 10111 100110 11011 1000100

Color Harmonies of #C4B498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B498

Black with #C4B498

Text Example


Text Example

White with #C4B498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B498; }

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

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

background-color css

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

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

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

border-color css

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

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

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