Html Css Color HEX #CBAF59 Laser

📋 copy color: '#CBAF59'

red 203 ◦ green 175 ◦ blue 89

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

Shades of Laser #CBAF59

Tints of Laser #CBAF59

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

 BLUE value IS 89 (35.16% from 255) = 19.06%

R = 43.47%
G = 37.47%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CBAF59 (or 0xCBAF59) is known color: Laser. HEX triplet: CB, AF and 59. RGB value is (203,175,89). Sum of RGB (Red+Green+Blue) = 203+175+89=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF59 is #3450A6. Grayscale: #ADADAD. Windows color (decimal): -3428519 or 5877707. OLE color: 5877707.

HSL color Cylindrical-coordinate representation of color #CBAF59: hue angle of 45.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBAF59 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 175 89 -
CMYK 0 0.14 0.56 0.20
HSL 45.26º 0.52% 0.57% -
HSV(B) 45.26º 0.56% 0.8% -
XYZ 41.76 44.08 15.76 -
YUV 173.57 80.28 148.99 -
System Red Green Blue C M Y K H S L
Decimal 203 175 89 0 0.14 0.56 0.20 45.26 0.52 0.57
Hex CB AF 59 0 E 38 14 2D 34 39
Octal 313 257 131 0 16 70 24 55 64 71
Binary 11001011 10101111 1011001 0 1110 111000 10100 101101 110100 111001

Color Harmonies of #CBAF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF59

Black with #CBAF59

Text Example


Text Example

White with #CBAF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF59; }

 p { color: rgb(203,175,89); }

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

background-color css

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

 a { background-color: rgb(203,175,89); }

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

border-color css

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

 span { border-color: rgb(203,175,89); }

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