Html Css Color HEX #C3C08A Coriander

📋 copy color: '#C3C08A'

red 195 ◦ green 192 ◦ blue 138

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

Shades of Coriander #C3C08A

Tints of Coriander #C3C08A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.57%

 BLUE value IS 138 (54.3% from 255) = 26.29%

R = 37.14%
G = 36.57%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3C08A (or 0xC3C08A) is known color: Coriander. HEX triplet: C3, C0 and 8A. RGB value is (195,192,138). Sum of RGB (Red+Green+Blue) = 195+192+138=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C08A is #3C3F75. Grayscale: #BABABA. Windows color (decimal): -3948406 or 9093315. OLE color: 9093315.

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

Color convert

RGB 195 192 138 -
CMYK 0 0.02 0.29 0.24
HSL 56.84º 0.32% 0.65% -
HSV(B) 56.84º 0.29% 0.76% -
XYZ 45.94 51.14 31.49 -
YUV 186.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 195 192 138 0 0.02 0.29 0.24 56.84 0.32 0.65
Hex C3 C0 8A 0 2 1D 18 39 20 41
Octal 303 300 212 0 2 35 30 71 40 101
Binary 11000011 11000000 10001010 0 10 11101 11000 111001 100000 1000001

Color Harmonies of #C3C08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C08A

Black with #C3C08A

Text Example


Text Example

White with #C3C08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C08A; }

 p { color: rgb(195,192,138); }

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

background-color css

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

 a { background-color: rgb(195,192,138); }

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

border-color css

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

 span { border-color: rgb(195,192,138); }

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