Html Css Color HEX #CBAE5E Laser

📋 copy color: '#CBAE5E'

red 203 ◦ green 174 ◦ blue 94

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

Shades of Laser #CBAE5E

Tints of Laser #CBAE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.96%

R = 43.1%
G = 36.94%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CBAE5E (or 0xCBAE5E) is known color: Laser. HEX triplet: CB, AE and 5E. RGB value is (203,174,94). Sum of RGB (Red+Green+Blue) = 203+174+94=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE5E is #3451A1. Grayscale: #ADADAD. Windows color (decimal): -3428770 or 6205131. OLE color: 6205131.

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

Color convert

RGB 203 174 94 -
CMYK 0 0.14 0.54 0.20
HSL 44.04º 0.51% 0.58% -
HSV(B) 44.04º 0.54% 0.8% -
XYZ 41.79 43.78 16.84 -
YUV 173.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 203 174 94 0 0.14 0.54 0.20 44.04 0.51 0.58
Hex CB AE 5E 0 E 36 14 2C 33 3A
Octal 313 256 136 0 16 66 24 54 63 72
Binary 11001011 10101110 1011110 0 1110 110110 10100 101100 110011 111010

Color Harmonies of #CBAE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE5E

Black with #CBAE5E

Text Example


Text Example

White with #CBAE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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