Html Css Color HEX #CBAE57 Laser

📋 copy color: '#CBAE57'

red 203 ◦ green 174 ◦ blue 87

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

Shades of Laser #CBAE57

Tints of Laser #CBAE57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.75%

R = 43.75%
G = 37.5%
B = 18.75%

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

#CBAE57 (or 0xCBAE57) is known color: Laser. HEX triplet: CB, AE and 57. RGB value is (203,174,87). Sum of RGB (Red+Green+Blue) = 203+174+87=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE57 is #3451A8. Grayscale: #ADADAD. Windows color (decimal): -3428777 or 5746379. OLE color: 5746379.

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

Color convert

RGB 203 174 87 -
CMYK 0 0.14 0.57 0.20
HSL 45º 0.53% 0.57% -
HSV(B) 45º 0.57% 0.8% -
XYZ 41.48 43.66 15.26 -
YUV 172.75 79.61 149.57 -
System Red Green Blue C M Y K H S L
Decimal 203 174 87 0 0.14 0.57 0.20 45 0.53 0.57
Hex CB AE 57 0 E 39 14 2D 35 39
Octal 313 256 127 0 16 71 24 55 65 71
Binary 11001011 10101110 1010111 0 1110 111001 10100 101101 110101 111001

Color Harmonies of #CBAE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE57

Black with #CBAE57

Text Example


Text Example

White with #CBAE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE57; }

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

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

background-color css

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

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

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

border-color css

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

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

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