Html Css Color HEX #C4B793 Akaroa

📋 copy color: '#C4B793'

red 196 ◦ green 183 ◦ blue 147

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

Shades of Akaroa #C4B793

Tints of Akaroa #C4B793

RGB

 RED value IS 196 (76.95% from 255) = 37.26%

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

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

R = 37.26%
G = 34.79%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C4B793 (or 0xC4B793) is known color: Akaroa. HEX triplet: C4, B7 and 93. RGB value is (196,183,147). Sum of RGB (Red+Green+Blue) = 196+183+147=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B793 is #3B486C. Grayscale: #B6B6B6. Windows color (decimal): -3885165 or 9680836. OLE color: 9680836.

HSL color Cylindrical-coordinate representation of color #C4B793: hue angle of 44.08º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4B793 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 183 147 -
CMYK 0 0.07 0.25 0.23
HSL 44.08º 0.29% 0.67% -
HSV(B) 44.08º 0.25% 0.77% -
XYZ 44.96 47.71 34.44 -
YUV 182.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 196 183 147 0 0.07 0.25 0.23 44.08 0.29 0.67
Hex C4 B7 93 0 7 19 17 2C 1D 43
Octal 304 267 223 0 7 31 27 54 35 103
Binary 11000100 10110111 10010011 0 111 11001 10111 101100 11101 1000011

Color Harmonies of #C4B793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B793

Black with #C4B793

Text Example


Text Example

White with #C4B793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B793; }

 p { color: rgb(196,183,147); }

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

background-color css

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

 a { background-color: rgb(196,183,147); }

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

border-color css

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

 span { border-color: rgb(196,183,147); }

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