Html Css Color HEX #CBA65F Laser

📋 copy color: '#CBA65F'

red 203 ◦ green 166 ◦ blue 95

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

Shades of Laser #CBA65F

Tints of Laser #CBA65F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.78%

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

R = 43.75%
G = 35.78%
B = 20.47%

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

#CBA65F (or 0xCBA65F) is known color: Laser. HEX triplet: CB, A6 and 5F. RGB value is (203,166,95). Sum of RGB (Red+Green+Blue) = 203+166+95=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA65F is #3459A0. Grayscale: #A9A9A9. Windows color (decimal): -3430817 or 6268619. OLE color: 6268619.

HSL color Cylindrical-coordinate representation of color #CBA65F: hue angle of 39.44º 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 #CBA65F is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 166 95 -
CMYK 0 0.18 0.53 0.20
HSL 39.44º 0.51% 0.58% -
HSV(B) 39.44º 0.53% 0.8% -
XYZ 40.33 40.8 16.58 -
YUV 168.97 86.26 152.27 -
System Red Green Blue C M Y K H S L
Decimal 203 166 95 0 0.18 0.53 0.20 39.44 0.51 0.58
Hex CB A6 5F 0 12 35 14 27 33 3A
Octal 313 246 137 0 22 65 24 47 63 72
Binary 11001011 10100110 1011111 0 10010 110101 10100 100111 110011 111010

Color Harmonies of #CBA65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA65F

Black with #CBA65F

Text Example


Text Example

White with #CBA65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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