Html Css Color HEX #CBB058 Laser

📋 copy color: '#CBB058'

red 203 ◦ green 176 ◦ blue 88

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

Shades of Laser #CBB058

Tints of Laser #CBB058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.84%

R = 43.47%
G = 37.69%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CBB058 (or 0xCBB058) is known color: Laser. HEX triplet: CB, B0 and 58. RGB value is (203,176,88). Sum of RGB (Red+Green+Blue) = 203+176+88=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB058 is #344FA7. Grayscale: #AEAEAE. Windows color (decimal): -3428264 or 5812427. OLE color: 5812427.

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

Color convert

RGB 203 176 88 -
CMYK 0 0.13 0.57 0.20
HSL 45.91º 0.53% 0.57% -
HSV(B) 45.91º 0.57% 0.8% -
XYZ 41.92 44.45 15.6 -
YUV 174.04 79.45 148.66 -
System Red Green Blue C M Y K H S L
Decimal 203 176 88 0 0.13 0.57 0.20 45.91 0.53 0.57
Hex CB B0 58 0 D 39 14 2E 35 39
Octal 313 260 130 0 15 71 24 56 65 71
Binary 11001011 10110000 1011000 0 1101 111001 10100 101110 110101 111001

Color Harmonies of #CBB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB058

Black with #CBB058

Text Example


Text Example

White with #CBB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB058; }

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

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

background-color css

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

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

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

border-color css

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

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

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