Html Css Color HEX #CBB060 Laser

📋 copy color: '#CBB060'

red 203 ◦ green 176 ◦ blue 96

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

Shades of Laser #CBB060

Tints of Laser #CBB060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.21%

R = 42.74%
G = 37.05%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CBB060 (or 0xCBB060) is known color: Laser. HEX triplet: CB, B0 and 60. RGB value is (203,176,96). Sum of RGB (Red+Green+Blue) = 203+176+96=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB060 is #344F9F. Grayscale: #AFAFAF. Windows color (decimal): -3428256 or 6336715. OLE color: 6336715.

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

Color convert

RGB 203 176 96 -
CMYK 0 0.13 0.53 0.20
HSL 44.86º 0.51% 0.59% -
HSV(B) 44.86º 0.53% 0.8% -
XYZ 42.27 44.59 17.45 -
YUV 174.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 203 176 96 0 0.13 0.53 0.20 44.86 0.51 0.59
Hex CB B0 60 0 D 35 14 2D 33 3B
Octal 313 260 140 0 15 65 24 55 63 73
Binary 11001011 10110000 1100000 0 1101 110101 10100 101101 110011 111011

Color Harmonies of #CBB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB060

Black with #CBB060

Text Example


Text Example

White with #CBB060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB060; }

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

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

background-color css

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

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

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

border-color css

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

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

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