Html Css Color HEX #C3B798 Akaroa

📋 copy color: '#C3B798'

red 195 ◦ green 183 ◦ blue 152

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

Shades of Akaroa #C3B798

Tints of Akaroa #C3B798

RGB

 RED value IS 195 (76.56% from 255) = 36.79%

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

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

R = 36.79%
G = 34.53%
B = 28.68%

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

#C3B798 (or 0xC3B798) is known color: Akaroa. HEX triplet: C3, B7 and 98. RGB value is (195,183,152). Sum of RGB (Red+Green+Blue) = 195+183+152=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B798 is #3C4867. Grayscale: #B7B7B7. Windows color (decimal): -3950696 or 10008515. OLE color: 10008515.

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

Color convert

RGB 195 183 152 -
CMYK 0 0.06 0.22 0.24
HSL 43.26º 0.26% 0.68% -
HSV(B) 43.26º 0.22% 0.76% -
XYZ 45.11 47.74 36.54 -
YUV 183.05 110.48 136.52 -
System Red Green Blue C M Y K H S L
Decimal 195 183 152 0 0.06 0.22 0.24 43.26 0.26 0.68
Hex C3 B7 98 0 6 16 18 2B 1A 44
Octal 303 267 230 0 6 26 30 53 32 104
Binary 11000011 10110111 10011000 0 110 10110 11000 101011 11010 1000100

Color Harmonies of #C3B798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B798

Black with #C3B798

Text Example


Text Example

White with #C3B798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B798; }

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

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

background-color css

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

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

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

border-color css

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

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

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