Html Css Color HEX #C4B292 Akaroa

📋 copy color: '#C4B292'

red 196 ◦ green 178 ◦ blue 146

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

Shades of Akaroa #C4B292

Tints of Akaroa #C4B292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.08%

R = 37.69%
G = 34.23%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C4B292 (or 0xC4B292) is known color: Akaroa. HEX triplet: C4, B2 and 92. RGB value is (196,178,146). Sum of RGB (Red+Green+Blue) = 196+178+146=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B292 is #3B4D6D. Grayscale: #B3B3B3. Windows color (decimal): -3886446 or 9614020. OLE color: 9614020.

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

Color convert

RGB 196 178 146 -
CMYK 0 0.09 0.26 0.23
HSL 38.4º 0.3% 0.67% -
HSV(B) 38.4º 0.26% 0.77% -
XYZ 43.87 45.65 33.69 -
YUV 179.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 196 178 146 0 0.09 0.26 0.23 38.4 0.3 0.67
Hex C4 B2 92 0 9 1A 17 26 1E 43
Octal 304 262 222 0 11 32 27 46 36 103
Binary 11000100 10110010 10010010 0 1001 11010 10111 100110 11110 1000011

Color Harmonies of #C4B292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B292

Black with #C4B292

Text Example


Text Example

White with #C4B292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B292; }

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

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

background-color css

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

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

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

border-color css

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

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

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