Html Css Color HEX #C4B698 Akaroa

📋 copy color: '#C4B698'

red 196 ◦ green 182 ◦ blue 152

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

Shades of Akaroa #C4B698

Tints of Akaroa #C4B698

RGB

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

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

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

R = 36.98%
G = 34.34%
B = 28.68%

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

#C4B698 (or 0xC4B698) is known color: Akaroa. HEX triplet: C4, B6 and 98. RGB value is (196,182,152). Sum of RGB (Red+Green+Blue) = 196+182+152=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B698 is #3B4967. Grayscale: #B6B6B6. Windows color (decimal): -3885416 or 10008260. OLE color: 10008260.

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

Color convert

RGB 196 182 152 -
CMYK 0 0.07 0.22 0.23
HSL 40.91º 0.27% 0.68% -
HSV(B) 40.91º 0.22% 0.77% -
XYZ 45.16 47.46 36.49 -
YUV 182.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 196 182 152 0 0.07 0.22 0.23 40.91 0.27 0.68
Hex C4 B6 98 0 7 16 17 29 1B 44
Octal 304 266 230 0 7 26 27 51 33 104
Binary 11000100 10110110 10011000 0 111 10110 10111 101001 11011 1000100

Color Harmonies of #C4B698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B698

Black with #C4B698

Text Example


Text Example

White with #C4B698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B698; }

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

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

background-color css

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

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

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

border-color css

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

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

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