Html Css Color HEX #C4A867 Laser

📋 copy color: '#C4A867'

red 196 ◦ green 168 ◦ blue 103

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

Shades of Laser #C4A867

Tints of Laser #C4A867

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

 BLUE value IS 103 (40.63% from 255) = 22.06%

R = 41.97%
G = 35.97%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C4A867 (or 0xC4A867) is known color: Laser. HEX triplet: C4, A8 and 67. RGB value is (196,168,103). Sum of RGB (Red+Green+Blue) = 196+168+103=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A867 is #3B5798. Grayscale: #A9A9A9. Windows color (decimal): -3889049 or 6793412. OLE color: 6793412.

HSL color Cylindrical-coordinate representation of color #C4A867: hue angle of 41.94º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4A867 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 103 -
CMYK 0 0.14 0.47 0.23
HSL 41.94º 0.44% 0.59% -
HSV(B) 41.94º 0.47% 0.77% -
XYZ 39.22 40.72 18.62 -
YUV 168.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 196 168 103 0 0.14 0.47 0.23 41.94 0.44 0.59
Hex C4 A8 67 0 E 2F 17 2A 2C 3B
Octal 304 250 147 0 16 57 27 52 54 73
Binary 11000100 10101000 1100111 0 1110 101111 10111 101010 101100 111011

Color Harmonies of #C4A867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A867

Black with #C4A867

Text Example


Text Example

White with #C4A867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A867; }

 p { color: rgb(196,168,103); }

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

background-color css

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

 a { background-color: rgb(196,168,103); }

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

border-color css

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

 span { border-color: rgb(196,168,103); }

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