Html Css Color HEX #C8B25C Laser

📋 copy color: '#C8B25C'

red 200 ◦ green 178 ◦ blue 92

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

Shades of Laser #C8B25C

Tints of Laser #C8B25C

RGB

 RED value IS 200 (78.52% from 255) = 42.55%

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

 BLUE value IS 92 (36.33% from 255) = 19.57%

R = 42.55%
G = 37.87%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8B25C (or 0xC8B25C) is known color: Laser. HEX triplet: C8, B2 and 5C. RGB value is (200,178,92). Sum of RGB (Red+Green+Blue) = 200+178+92=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B25C is #374DA3. Grayscale: #AFAFAF. Windows color (decimal): -3624356 or 6075080. OLE color: 6075080.

HSL color Cylindrical-coordinate representation of color #C8B25C: hue angle of 47.78º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8B25C is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 178 92 -
CMYK 0 0.11 0.54 0.22
HSL 47.78º 0.5% 0.57% -
HSV(B) 47.78º 0.54% 0.78% -
XYZ 41.67 44.89 16.59 -
YUV 174.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 200 178 92 0 0.11 0.54 0.22 47.78 0.5 0.57
Hex C8 B2 5C 0 B 36 16 30 32 39
Octal 310 262 134 0 13 66 26 60 62 71
Binary 11001000 10110010 1011100 0 1011 110110 10110 110000 110010 111001

Color Harmonies of #C8B25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B25C

Black with #C8B25C

Text Example


Text Example

White with #C8B25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B25C; }

 p { color: rgb(200,178,92); }

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

background-color css

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

 a { background-color: rgb(200,178,92); }

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

border-color css

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

 span { border-color: rgb(200,178,92); }

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