Html Css Color HEX #CCBC78 Yuma

📋 copy color: '#CCBC78'

red 204 ◦ green 188 ◦ blue 120

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

Shades of Yuma #CCBC78

Tints of Yuma #CCBC78

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.72%

 BLUE value IS 120 (47.27% from 255) = 23.44%

R = 39.84%
G = 36.72%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCBC78 (or 0xCCBC78) is known color: Yuma. HEX triplet: CC, BC and 78. RGB value is (204,188,120). Sum of RGB (Red+Green+Blue) = 204+188+120=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC78 is #334387. Grayscale: #B9B9B9. Windows color (decimal): -3359624 or 7912652. OLE color: 7912652.

HSL color Cylindrical-coordinate representation of color #CCBC78: hue angle of 48.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCBC78 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 120 -
CMYK 0 0.08 0.41 0.2
HSL 48.57º 0.45% 0.64% -
HSV(B) 48.57º 0.41% 0.8% -
XYZ 46.28 50.16 25.01 -
YUV 185.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 204 188 120 0 0.08 0.41 0.2 48.57 0.45 0.64
Hex CC BC 78 0 8 29 14 31 2D 40
Octal 314 274 170 0 10 51 24 61 55 100
Binary 11001100 10111100 1111000 0 1000 101001 10100 110001 101101 1000000

Color Harmonies of #CCBC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC78

Black with #CCBC78

Text Example


Text Example

White with #CCBC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC78; }

 p { color: rgb(204,188,120); }

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

background-color css

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

 a { background-color: rgb(204,188,120); }

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

border-color css

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

 span { border-color: rgb(204,188,120); }

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