Html Css Color HEX #C2B798 Akaroa

📋 copy color: '#C2B798'

red 194 ◦ green 183 ◦ blue 152

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

Shades of Akaroa #C2B798

Tints of Akaroa #C2B798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.73%

R = 36.67%
G = 34.59%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C2B798 (or 0xC2B798) is known color: Akaroa. HEX triplet: C2, B7 and 98. RGB value is (194,183,152). Sum of RGB (Red+Green+Blue) = 194+183+152=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B798 is #3D4867. Grayscale: #B6B6B6. Windows color (decimal): -4016232 or 10008514. OLE color: 10008514.

HSL color Cylindrical-coordinate representation of color #C2B798: hue angle of 44.29º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2B798 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 152 -
CMYK 0 0.06 0.22 0.24
HSL 44.29º 0.26% 0.68% -
HSV(B) 44.29º 0.22% 0.76% -
XYZ 44.85 47.6 36.53 -
YUV 182.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 194 183 152 0 0.06 0.22 0.24 44.29 0.26 0.68
Hex C2 B7 98 0 6 16 18 2C 1A 44
Octal 302 267 230 0 6 26 30 54 32 104
Binary 11000010 10110111 10011000 0 110 10110 11000 101100 11010 1000100

Color Harmonies of #C2B798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B798

Black with #C2B798

Text Example


Text Example

White with #C2B798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B798; }

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

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

background-color css

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

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

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

border-color css

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

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

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