Html Css Color HEX #C2B491 Akaroa

📋 copy color: '#C2B491'

red 194 ◦ green 180 ◦ blue 145

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

Shades of Akaroa #C2B491

Tints of Akaroa #C2B491

RGB

 RED value IS 194 (76.17% from 255) = 37.38%

 GREEN value IS 180 (70.7% from 255) = 34.68%

 BLUE value IS 145 (57.03% from 255) = 27.94%

R = 37.38%
G = 34.68%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2B491 (or 0xC2B491) is known color: Akaroa. HEX triplet: C2, B4 and 91. RGB value is (194,180,145). Sum of RGB (Red+Green+Blue) = 194+180+145=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B491 is #3D4B6E. Grayscale: #B4B4B4. Windows color (decimal): -4017007 or 9548994. OLE color: 9548994.

HSL color Cylindrical-coordinate representation of color #C2B491: hue angle of 42.86º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2B491 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 180 145 -
CMYK 0 0.07 0.25 0.24
HSL 42.86º 0.29% 0.66% -
HSV(B) 42.86º 0.25% 0.76% -
XYZ 43.68 46.16 33.39 -
YUV 180.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 194 180 145 0 0.07 0.25 0.24 42.86 0.29 0.66
Hex C2 B4 91 0 7 19 18 2B 1D 42
Octal 302 264 221 0 7 31 30 53 35 102
Binary 11000010 10110100 10010001 0 111 11001 11000 101011 11101 1000010

Color Harmonies of #C2B491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B491

Black with #C2B491

Text Example


Text Example

White with #C2B491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B491; }

 p { color: rgb(194,180,145); }

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

background-color css

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

 a { background-color: rgb(194,180,145); }

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

border-color css

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

 span { border-color: rgb(194,180,145); }

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