Html Css Color HEX #CCB058 Laser

📋 copy color: '#CCB058'

red 204 ◦ green 176 ◦ blue 88

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

Shades of Laser #CCB058

Tints of Laser #CCB058

RGB

 RED value IS 204 (80.08% from 255) = 43.59%

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

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

R = 43.59%
G = 37.61%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCB058 (or 0xCCB058) is known color: Laser. HEX triplet: CC, B0 and 58. RGB value is (204,176,88). Sum of RGB (Red+Green+Blue) = 204+176+88=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB058 is #334FA7. Grayscale: #AEAEAE. Windows color (decimal): -3362728 or 5812428. OLE color: 5812428.

HSL color Cylindrical-coordinate representation of color #CCB058: hue angle of 45.52º 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 #CCB058 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 88 -
CMYK 0 0.14 0.57 0.2
HSL 45.52º 0.53% 0.57% -
HSV(B) 45.52º 0.57% 0.8% -
XYZ 42.19 44.59 15.62 -
YUV 174.34 79.28 149.16 -
System Red Green Blue C M Y K H S L
Decimal 204 176 88 0 0.14 0.57 0.2 45.52 0.53 0.57
Hex CC B0 58 0 E 39 14 2E 35 39
Octal 314 260 130 0 16 71 24 56 65 71
Binary 11001100 10110000 1011000 0 1110 111001 10100 101110 110101 111001

Color Harmonies of #CCB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB058

Black with #CCB058

Text Example


Text Example

White with #CCB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB058; }

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

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

background-color css

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

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

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

border-color css

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

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

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