Html Css Color HEX #C2B68F Coriander

📋 copy color: '#C2B68F'

red 194 ◦ green 182 ◦ blue 143

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

Shades of Coriander #C2B68F

Tints of Coriander #C2B68F

RGB

 RED value IS 194 (76.17% from 255) = 37.38%

 GREEN value IS 182 (71.48% from 255) = 35.07%

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

R = 37.38%
G = 35.07%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2B68F (or 0xC2B68F) is known color: Coriander. HEX triplet: C2, B6 and 8F. RGB value is (194,182,143). Sum of RGB (Red+Green+Blue) = 194+182+143=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B68F is #3D4970. Grayscale: #B5B5B5. Windows color (decimal): -4016497 or 9418434. OLE color: 9418434.

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

Color convert

RGB 194 182 143 -
CMYK 0 0.06 0.26 0.24
HSL 45.88º 0.29% 0.66% -
HSV(B) 45.88º 0.26% 0.76% -
XYZ 43.93 46.91 32.73 -
YUV 181.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 194 182 143 0 0.06 0.26 0.24 45.88 0.29 0.66
Hex C2 B6 8F 0 6 1A 18 2E 1D 42
Octal 302 266 217 0 6 32 30 56 35 102
Binary 11000010 10110110 10001111 0 110 11010 11000 101110 11101 1000010

Color Harmonies of #C2B68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B68F

Black with #C2B68F

Text Example


Text Example

White with #C2B68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B68F; }

 p { color: rgb(194,182,143); }

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

background-color css

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

 a { background-color: rgb(194,182,143); }

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

border-color css

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

 span { border-color: rgb(194,182,143); }

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