Html Css Color HEX #C4BE94 Coriander

📋 copy color: '#C4BE94'

red 196 ◦ green 190 ◦ blue 148

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

Shades of Coriander #C4BE94

Tints of Coriander #C4BE94

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.58%

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

R = 36.7%
G = 35.58%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C4BE94 (or 0xC4BE94) is known color: Coriander. HEX triplet: C4, BE and 94. RGB value is (196,190,148). Sum of RGB (Red+Green+Blue) = 196+190+148=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BE94 is #3B416B. Grayscale: #BBBBBB. Windows color (decimal): -3883372 or 9748164. OLE color: 9748164.

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

Color convert

RGB 196 190 148 -
CMYK 0 0.03 0.24 0.23
HSL 52.5º 0.29% 0.67% -
HSV(B) 52.5º 0.24% 0.77% -
XYZ 46.52 50.7 35.35 -
YUV 187.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 196 190 148 0 0.03 0.24 0.23 52.5 0.29 0.67
Hex C4 BE 94 0 3 18 17 34 1D 43
Octal 304 276 224 0 3 30 27 64 35 103
Binary 11000100 10111110 10010100 0 11 11000 10111 110100 11101 1000011

Color Harmonies of #C4BE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BE94

Black with #C4BE94

Text Example


Text Example

White with #C4BE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BE94; }

 p { color: rgb(196,190,148); }

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

background-color css

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

 a { background-color: rgb(196,190,148); }

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

border-color css

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

 span { border-color: rgb(196,190,148); }

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