Html Css Color HEX #C4B25E Laser

📋 copy color: '#C4B25E'

red 196 ◦ green 178 ◦ blue 94

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

Shades of Laser #C4B25E

Tints of Laser #C4B25E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.03%

 BLUE value IS 94 (37.11% from 255) = 20.09%

R = 41.88%
G = 38.03%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4B25E (or 0xC4B25E) is known color: Laser. HEX triplet: C4, B2 and 5E. RGB value is (196,178,94). Sum of RGB (Red+Green+Blue) = 196+178+94=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B25E is #3B4DA1. Grayscale: #AEAEAE. Windows color (decimal): -3886498 or 6206148. OLE color: 6206148.

HSL color Cylindrical-coordinate representation of color #C4B25E: hue angle of 49.41º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4B25E is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 178 94 -
CMYK 0 0.09 0.52 0.23
HSL 49.41º 0.46% 0.57% -
HSV(B) 49.41º 0.52% 0.77% -
XYZ 40.71 44.38 17.01 -
YUV 173.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 196 178 94 0 0.09 0.52 0.23 49.41 0.46 0.57
Hex C4 B2 5E 0 9 34 17 31 2E 39
Octal 304 262 136 0 11 64 27 61 56 71
Binary 11000100 10110010 1011110 0 1001 110100 10111 110001 101110 111001

Color Harmonies of #C4B25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B25E

Black with #C4B25E

Text Example


Text Example

White with #C4B25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B25E; }

 p { color: rgb(196,178,94); }

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

background-color css

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

 a { background-color: rgb(196,178,94); }

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

border-color css

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

 span { border-color: rgb(196,178,94); }

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