Html Css Color HEX #C4BB8E Coriander

📋 copy color: '#C4BB8E'

red 196 ◦ green 187 ◦ blue 142

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

Shades of Coriander #C4BB8E

Tints of Coriander #C4BB8E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

 BLUE value IS 142 (55.86% from 255) = 27.05%

R = 37.33%
G = 35.62%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4BB8E (or 0xC4BB8E) is known color: Coriander. HEX triplet: C4, BB and 8E. RGB value is (196,187,142). Sum of RGB (Red+Green+Blue) = 196+187+142=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BB8E is #3B4471. Grayscale: #B8B8B8. Windows color (decimal): -3884146 or 9354180. OLE color: 9354180.

HSL color Cylindrical-coordinate representation of color #C4BB8E: hue angle of 50º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4BB8E is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 187 142 -
CMYK 0 0.05 0.28 0.23
HSL 50º 0.31% 0.66% -
HSV(B) 50º 0.28% 0.77% -
XYZ 45.42 49.23 32.7 -
YUV 184.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 196 187 142 0 0.05 0.28 0.23 50 0.31 0.66
Hex C4 BB 8E 0 5 1C 17 32 1F 42
Octal 304 273 216 0 5 34 27 62 37 102
Binary 11000100 10111011 10001110 0 101 11100 10111 110010 11111 1000010

Color Harmonies of #C4BB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BB8E

Black with #C4BB8E

Text Example


Text Example

White with #C4BB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BB8E; }

 p { color: rgb(196,187,142); }

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

background-color css

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

 a { background-color: rgb(196,187,142); }

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

border-color css

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

 span { border-color: rgb(196,187,142); }

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