Html Css Color HEX #CBB062 Laser

📋 copy color: '#CBB062'

red 203 ◦ green 176 ◦ blue 98

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

Shades of Laser #CBB062

Tints of Laser #CBB062

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.9%

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

R = 42.56%
G = 36.9%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CBB062 (or 0xCBB062) is known color: Laser. HEX triplet: CB, B0 and 62. RGB value is (203,176,98). Sum of RGB (Red+Green+Blue) = 203+176+98=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB062 is #344F9D. Grayscale: #AFAFAF. Windows color (decimal): -3428254 or 6467787. OLE color: 6467787.

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

Color convert

RGB 203 176 98 -
CMYK 0 0.13 0.52 0.20
HSL 44.57º 0.5% 0.59% -
HSV(B) 44.57º 0.52% 0.8% -
XYZ 42.36 44.63 17.94 -
YUV 175.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 203 176 98 0 0.13 0.52 0.20 44.57 0.5 0.59
Hex CB B0 62 0 D 34 14 2D 32 3B
Octal 313 260 142 0 15 64 24 55 62 73
Binary 11001011 10110000 1100010 0 1101 110100 10100 101101 110010 111011

Color Harmonies of #CBB062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB062

Black with #CBB062

Text Example


Text Example

White with #CBB062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB062; }

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

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

background-color css

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

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

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

border-color css

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

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

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