Html Css Color HEX #C4B294 Akaroa

📋 copy color: '#C4B294'

red 196 ◦ green 178 ◦ blue 148

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

Shades of Akaroa #C4B294

Tints of Akaroa #C4B294

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.1%

 BLUE value IS 148 (58.2% from 255) = 28.35%

R = 37.55%
G = 34.1%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C4B294 (or 0xC4B294) is known color: Akaroa. HEX triplet: C4, B2 and 94. RGB value is (196,178,148). Sum of RGB (Red+Green+Blue) = 196+178+148=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B294 is #3B4D6B. Grayscale: #B4B4B4. Windows color (decimal): -3886444 or 9745092. OLE color: 9745092.

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

Color convert

RGB 196 178 148 -
CMYK 0 0.09 0.24 0.23
HSL 37.5º 0.29% 0.67% -
HSV(B) 37.5º 0.24% 0.77% -
XYZ 44.03 45.71 34.52 -
YUV 179.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 196 178 148 0 0.09 0.24 0.23 37.5 0.29 0.67
Hex C4 B2 94 0 9 18 17 26 1D 43
Octal 304 262 224 0 11 30 27 46 35 103
Binary 11000100 10110010 10010100 0 1001 11000 10111 100110 11101 1000011

Color Harmonies of #C4B294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B294

Black with #C4B294

Text Example


Text Example

White with #C4B294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B294; }

 p { color: rgb(196,178,148); }

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

background-color css

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

 a { background-color: rgb(196,178,148); }

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

border-color css

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

 span { border-color: rgb(196,178,148); }

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