Html Css Color HEX #C2B493 Akaroa

📋 copy color: '#C2B493'

red 194 ◦ green 180 ◦ blue 147

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

Shades of Akaroa #C2B493

Tints of Akaroa #C2B493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.21%

R = 37.24%
G = 34.55%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2B493 (or 0xC2B493) is known color: Akaroa. HEX triplet: C2, B4 and 93. RGB value is (194,180,147). Sum of RGB (Red+Green+Blue) = 194+180+147=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B493 is #3D4B6C. Grayscale: #B4B4B4. Windows color (decimal): -4017005 or 9680066. OLE color: 9680066.

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

Color convert

RGB 194 180 147 -
CMYK 0 0.07 0.24 0.24
HSL 42.13º 0.28% 0.67% -
HSV(B) 42.13º 0.24% 0.76% -
XYZ 43.84 46.22 34.21 -
YUV 180.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 194 180 147 0 0.07 0.24 0.24 42.13 0.28 0.67
Hex C2 B4 93 0 7 18 18 2A 1C 43
Octal 302 264 223 0 7 30 30 52 34 103
Binary 11000010 10110100 10010011 0 111 11000 11000 101010 11100 1000011

Color Harmonies of #C2B493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B493

Black with #C2B493

Text Example


Text Example

White with #C2B493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B493; }

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

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

background-color css

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

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

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

border-color css

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

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

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