Html Css Color HEX #C2B794 Akaroa

📋 copy color: '#C2B794'

red 194 ◦ green 183 ◦ blue 148

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

Shades of Akaroa #C2B794

Tints of Akaroa #C2B794

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.86%

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

R = 36.95%
G = 34.86%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2B794 (or 0xC2B794) is known color: Akaroa. HEX triplet: C2, B7 and 94. RGB value is (194,183,148). Sum of RGB (Red+Green+Blue) = 194+183+148=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B794 is #3D486B. Grayscale: #B6B6B6. Windows color (decimal): -4016236 or 9746370. OLE color: 9746370.

HSL color Cylindrical-coordinate representation of color #C2B794: hue angle of 45.65º degrees, saturation: 0.27, 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 #C2B794 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 148 -
CMYK 0 0.06 0.24 0.24
HSL 45.65º 0.27% 0.67% -
HSV(B) 45.65º 0.24% 0.76% -
XYZ 44.53 47.47 34.83 -
YUV 182.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 194 183 148 0 0.06 0.24 0.24 45.65 0.27 0.67
Hex C2 B7 94 0 6 18 18 2E 1B 43
Octal 302 267 224 0 6 30 30 56 33 103
Binary 11000010 10110111 10010100 0 110 11000 11000 101110 11011 1000011

Color Harmonies of #C2B794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B794

Black with #C2B794

Text Example


Text Example

White with #C2B794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B794; }

 p { color: rgb(194,183,148); }

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

background-color css

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

 a { background-color: rgb(194,183,148); }

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

border-color css

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

 span { border-color: rgb(194,183,148); }

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