Html Css Color HEX #CCB048 Sundance

📋 copy color: '#CCB048'

red 204 ◦ green 176 ◦ blue 72

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

Shades of Sundance #CCB048

Tints of Sundance #CCB048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.93%

R = 45.13%
G = 38.94%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCB048 (or 0xCCB048) is known color: Sundance. HEX triplet: CC, B0 and 48. RGB value is (204,176,72). Sum of RGB (Red+Green+Blue) = 204+176+72=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB048 is #334FB7. Grayscale: #ACACAC. Windows color (decimal): -3362744 or 4763852. OLE color: 4763852.

HSL color Cylindrical-coordinate representation of color #CCB048: hue angle of 47.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCB048 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 72 -
CMYK 0 0.14 0.65 0.2
HSL 47.27º 0.56% 0.54% -
HSV(B) 47.27º 0.65% 0.8% -
XYZ 41.6 44.36 12.5 -
YUV 172.52 71.28 150.46 -
System Red Green Blue C M Y K H S L
Decimal 204 176 72 0 0.14 0.65 0.2 47.27 0.56 0.54
Hex CC B0 48 0 E 41 14 2F 38 36
Octal 314 260 110 0 16 101 24 57 70 66
Binary 11001100 10110000 1001000 0 1110 1000001 10100 101111 111000 110110

Color Harmonies of #CCB048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB048

Black with #CCB048

Text Example


Text Example

White with #CCB048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB048; }

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

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

background-color css

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

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

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

border-color css

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

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

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