Html Css Color HEX #C4B290 Akaroa

📋 copy color: '#C4B290'

red 196 ◦ green 178 ◦ blue 144

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

Shades of Akaroa #C4B290

Tints of Akaroa #C4B290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.8%

R = 37.84%
G = 34.36%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4B290 (or 0xC4B290) is known color: Akaroa. HEX triplet: C4, B2 and 90. RGB value is (196,178,144). Sum of RGB (Red+Green+Blue) = 196+178+144=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B290 is #3B4D6F. Grayscale: #B3B3B3. Windows color (decimal): -3886448 or 9482948. OLE color: 9482948.

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

Color convert

RGB 196 178 144 -
CMYK 0 0.09 0.27 0.23
HSL 39.23º 0.31% 0.67% -
HSV(B) 39.23º 0.27% 0.77% -
XYZ 43.72 45.59 32.88 -
YUV 179.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 196 178 144 0 0.09 0.27 0.23 39.23 0.31 0.67
Hex C4 B2 90 0 9 1B 17 27 1F 43
Octal 304 262 220 0 11 33 27 47 37 103
Binary 11000100 10110010 10010000 0 1001 11011 10111 100111 11111 1000011

Color Harmonies of #C4B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B290

Black with #C4B290

Text Example


Text Example

White with #C4B290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B290; }

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

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

background-color css

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

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

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

border-color css

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

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

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