Html Css Color HEX #CBB163 Laser

📋 copy color: '#CBB163'

red 203 ◦ green 177 ◦ blue 99

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

Shades of Laser #CBB163

Tints of Laser #CBB163

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.95%

 BLUE value IS 99 (39.06% from 255) = 20.67%

R = 42.38%
G = 36.95%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CBB163 (or 0xCBB163) is known color: Laser. HEX triplet: CB, B1 and 63. RGB value is (203,177,99). Sum of RGB (Red+Green+Blue) = 203+177+99=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB163 is #344E9C. Grayscale: #B0B0B0. Windows color (decimal): -3427997 or 6533579. OLE color: 6533579.

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

Color convert

RGB 203 177 99 -
CMYK 0 0.13 0.51 0.20
HSL 45º 0.5% 0.59% -
HSV(B) 45º 0.51% 0.8% -
XYZ 42.6 45.04 18.25 -
YUV 175.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 203 177 99 0 0.13 0.51 0.20 45 0.5 0.59
Hex CB B1 63 0 D 33 14 2D 32 3B
Octal 313 261 143 0 15 63 24 55 62 73
Binary 11001011 10110001 1100011 0 1101 110011 10100 101101 110010 111011

Color Harmonies of #CBB163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB163

Black with #CBB163

Text Example


Text Example

White with #CBB163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB163; }

 p { color: rgb(203,177,99); }

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

background-color css

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

 a { background-color: rgb(203,177,99); }

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

border-color css

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

 span { border-color: rgb(203,177,99); }

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