Html Css Color HEX #C3BE74 Dark Khaki

📋 copy color: '#C3BE74'

red 195 ◦ green 190 ◦ blue 116

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

Shades of Dark Khaki #C3BE74

Tints of Dark Khaki #C3BE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.15%

R = 38.92%
G = 37.92%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C3BE74 (or 0xC3BE74) is known color: Dark Khaki. HEX triplet: C3, BE and 74. RGB value is (195,190,116). Sum of RGB (Red+Green+Blue) = 195+190+116=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE74 is #3C418B. Grayscale: #B7B7B7. Windows color (decimal): -3948940 or 7651011. OLE color: 7651011.

HSL color Cylindrical-coordinate representation of color #C3BE74: hue angle of 56.2º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3BE74 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 190 116 -
CMYK 0 0.03 0.41 0.24
HSL 56.2º 0.4% 0.61% -
HSV(B) 56.2º 0.41% 0.76% -
XYZ 44.07 49.69 23.79 -
YUV 183.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 195 190 116 0 0.03 0.41 0.24 56.2 0.4 0.61
Hex C3 BE 74 0 3 29 18 38 28 3D
Octal 303 276 164 0 3 51 30 70 50 75
Binary 11000011 10111110 1110100 0 11 101001 11000 111000 101000 111101

Color Harmonies of #C3BE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BE74

Black with #C3BE74

Text Example


Text Example

White with #C3BE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BE74; }

 p { color: rgb(195,190,116); }

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

background-color css

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

 a { background-color: rgb(195,190,116); }

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

border-color css

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

 span { border-color: rgb(195,190,116); }

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