Html Css Color HEX #CBA762 Laser

📋 copy color: '#CBA762'

red 203 ◦ green 167 ◦ blue 98

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

Shades of Laser #CBA762

Tints of Laser #CBA762

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.68%

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

R = 43.38%
G = 35.68%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CBA762 (or 0xCBA762) is known color: Laser. HEX triplet: CB, A7 and 62. RGB value is (203,167,98). Sum of RGB (Red+Green+Blue) = 203+167+98=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA762 is #34589D. Grayscale: #AAAAAA. Windows color (decimal): -3430558 or 6465483. OLE color: 6465483.

HSL color Cylindrical-coordinate representation of color #CBA762: hue angle of 39.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 #CBA762 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 167 98 -
CMYK 0 0.18 0.52 0.20
HSL 39.43º 0.5% 0.59% -
HSV(B) 39.43º 0.52% 0.8% -
XYZ 40.65 41.22 17.37 -
YUV 169.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 203 167 98 0 0.18 0.52 0.20 39.43 0.5 0.59
Hex CB A7 62 0 12 34 14 27 32 3B
Octal 313 247 142 0 22 64 24 47 62 73
Binary 11001011 10100111 1100010 0 10010 110100 10100 100111 110010 111011

Color Harmonies of #CBA762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA762

Black with #CBA762

Text Example


Text Example

White with #CBA762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA762; }

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

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

background-color css

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

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

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

border-color css

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

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

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