Html Css Color HEX #CBA75F Laser

📋 copy color: '#CBA75F'

red 203 ◦ green 167 ◦ blue 95

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

Shades of Laser #CBA75F

Tints of Laser #CBA75F

RGB

 RED value IS 203 (79.69% from 255) = 43.66%

 GREEN value IS 167 (65.63% from 255) = 35.91%

 BLUE value IS 95 (37.5% from 255) = 20.43%

R = 43.66%
G = 35.91%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CBA75F (or 0xCBA75F) is known color: Laser. HEX triplet: CB, A7 and 5F. RGB value is (203,167,95). Sum of RGB (Red+Green+Blue) = 203+167+95=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA75F is #3458A0. Grayscale: #A9A9A9. Windows color (decimal): -3430561 or 6268875. OLE color: 6268875.

HSL color Cylindrical-coordinate representation of color #CBA75F: hue angle of 40º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBA75F is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 167 95 -
CMYK 0 0.18 0.53 0.20
HSL 40º 0.51% 0.58% -
HSV(B) 40º 0.53% 0.8% -
XYZ 40.51 41.16 16.64 -
YUV 169.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 203 167 95 0 0.18 0.53 0.20 40 0.51 0.58
Hex CB A7 5F 0 12 35 14 28 33 3A
Octal 313 247 137 0 22 65 24 50 63 72
Binary 11001011 10100111 1011111 0 10010 110101 10100 101000 110011 111010

Color Harmonies of #CBA75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA75F

Black with #CBA75F

Text Example


Text Example

White with #CBA75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA75F; }

 p { color: rgb(203,167,95); }

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

background-color css

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

 a { background-color: rgb(203,167,95); }

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

border-color css

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

 span { border-color: rgb(203,167,95); }

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