Html Css Color HEX #C3B38F Akaroa

📋 copy color: '#C3B38F'

red 195 ◦ green 179 ◦ blue 143

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

Shades of Akaroa #C3B38F

Tints of Akaroa #C3B38F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.62%

 BLUE value IS 143 (56.25% from 255) = 27.66%

R = 37.72%
G = 34.62%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3B38F (or 0xC3B38F) is known color: Akaroa. HEX triplet: C3, B3 and 8F. RGB value is (195,179,143). Sum of RGB (Red+Green+Blue) = 195+179+143=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B38F is #3C4C70. Grayscale: #B3B3B3. Windows color (decimal): -3951729 or 9417667. OLE color: 9417667.

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

Color convert

RGB 195 179 143 -
CMYK 0 0.08 0.27 0.24
HSL 41.54º 0.3% 0.66% -
HSV(B) 41.54º 0.27% 0.76% -
XYZ 43.58 45.83 32.53 -
YUV 179.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 195 179 143 0 0.08 0.27 0.24 41.54 0.3 0.66
Hex C3 B3 8F 0 8 1B 18 2A 1E 42
Octal 303 263 217 0 10 33 30 52 36 102
Binary 11000011 10110011 10001111 0 1000 11011 11000 101010 11110 1000010

Color Harmonies of #C3B38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B38F

Black with #C3B38F

Text Example


Text Example

White with #C3B38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B38F; }

 p { color: rgb(195,179,143); }

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

background-color css

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

 a { background-color: rgb(195,179,143); }

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

border-color css

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

 span { border-color: rgb(195,179,143); }

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