Html Css Color HEX #CBAE58 Laser

📋 copy color: '#CBAE58'

red 203 ◦ green 174 ◦ blue 88

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

Shades of Laser #CBAE58

Tints of Laser #CBAE58

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.42%

 BLUE value IS 88 (34.77% from 255) = 18.92%

R = 43.66%
G = 37.42%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CBAE58 (or 0xCBAE58) is known color: Laser. HEX triplet: CB, AE and 58. RGB value is (203,174,88). Sum of RGB (Red+Green+Blue) = 203+174+88=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE58 is #3451A7. Grayscale: #ADADAD. Windows color (decimal): -3428776 or 5811915. OLE color: 5811915.

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

Color convert

RGB 203 174 88 -
CMYK 0 0.14 0.57 0.20
HSL 44.87º 0.53% 0.57% -
HSV(B) 44.87º 0.57% 0.8% -
XYZ 41.53 43.67 15.47 -
YUV 172.87 80.11 149.49 -
System Red Green Blue C M Y K H S L
Decimal 203 174 88 0 0.14 0.57 0.20 44.87 0.53 0.57
Hex CB AE 58 0 E 39 14 2D 35 39
Octal 313 256 130 0 16 71 24 55 65 71
Binary 11001011 10101110 1011000 0 1110 111001 10100 101101 110101 111001

Color Harmonies of #CBAE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE58

Black with #CBAE58

Text Example


Text Example

White with #CBAE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE58; }

 p { color: rgb(203,174,88); }

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

background-color css

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

 a { background-color: rgb(203,174,88); }

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

border-color css

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

 span { border-color: rgb(203,174,88); }

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