Html Css Color HEX #CBAE62 Laser

📋 copy color: '#CBAE62'

red 203 ◦ green 174 ◦ blue 98

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

Shades of Laser #CBAE62

Tints of Laser #CBAE62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.63%

R = 42.74%
G = 36.63%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CBAE62 (or 0xCBAE62) is known color: Laser. HEX triplet: CB, AE and 62. RGB value is (203,174,98). Sum of RGB (Red+Green+Blue) = 203+174+98=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE62 is #34519D. Grayscale: #AEAEAE. Windows color (decimal): -3428766 or 6467275. OLE color: 6467275.

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

Color convert

RGB 203 174 98 -
CMYK 0 0.14 0.52 0.20
HSL 43.43º 0.5% 0.59% -
HSV(B) 43.43º 0.52% 0.8% -
XYZ 41.97 43.85 17.81 -
YUV 174.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 203 174 98 0 0.14 0.52 0.20 43.43 0.5 0.59
Hex CB AE 62 0 E 34 14 2B 32 3B
Octal 313 256 142 0 16 64 24 53 62 73
Binary 11001011 10101110 1100010 0 1110 110100 10100 101011 110010 111011

Color Harmonies of #CBAE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE62

Black with #CBAE62

Text Example


Text Example

White with #CBAE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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