Html Css Color HEX #C4B699 Akaroa

📋 copy color: '#C4B699'

red 196 ◦ green 182 ◦ blue 153

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

Shades of Akaroa #C4B699

Tints of Akaroa #C4B699

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.27%

 BLUE value IS 153 (60.16% from 255) = 28.81%

R = 36.91%
G = 34.27%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C4B699 (or 0xC4B699) is known color: Akaroa. HEX triplet: C4, B6 and 99. RGB value is (196,182,153). Sum of RGB (Red+Green+Blue) = 196+182+153=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B699 is #3B4966. Grayscale: #B7B7B7. Windows color (decimal): -3885415 or 10073796. OLE color: 10073796.

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

Color convert

RGB 196 182 153 -
CMYK 0 0.07 0.22 0.23
HSL 40.47º 0.27% 0.68% -
HSV(B) 40.47º 0.22% 0.77% -
XYZ 45.24 47.49 36.92 -
YUV 182.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 196 182 153 0 0.07 0.22 0.23 40.47 0.27 0.68
Hex C4 B6 99 0 7 16 17 28 1B 44
Octal 304 266 231 0 7 26 27 50 33 104
Binary 11000100 10110110 10011001 0 111 10110 10111 101000 11011 1000100

Color Harmonies of #C4B699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B699

Black with #C4B699

Text Example


Text Example

White with #C4B699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B699; }

 p { color: rgb(196,182,153); }

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

background-color css

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

 a { background-color: rgb(196,182,153); }

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

border-color css

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

 span { border-color: rgb(196,182,153); }

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