Html Css Color HEX #CCB778 Yuma

📋 copy color: '#CCB778'

red 204 ◦ green 183 ◦ blue 120

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

Shades of Yuma #CCB778

Tints of Yuma #CCB778

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.09%

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

R = 40.24%
G = 36.09%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCB778 (or 0xCCB778) is known color: Yuma. HEX triplet: CC, B7 and 78. RGB value is (204,183,120). Sum of RGB (Red+Green+Blue) = 204+183+120=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB778 is #334887. Grayscale: #B6B6B6. Windows color (decimal): -3360904 or 7911372. OLE color: 7911372.

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

Color convert

RGB 204 183 120 -
CMYK 0 0.10 0.41 0.2
HSL 45º 0.45% 0.64% -
HSV(B) 45º 0.41% 0.8% -
XYZ 45.23 48.06 24.66 -
YUV 182.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 204 183 120 0 0.10 0.41 0.2 45 0.45 0.64
Hex CC B7 78 0 A 29 14 2D 2D 40
Octal 314 267 170 0 12 51 24 55 55 100
Binary 11001100 10110111 1111000 0 1010 101001 10100 101101 101101 1000000

Color Harmonies of #CCB778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB778

Black with #CCB778

Text Example


Text Example

White with #CCB778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB778; }

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

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

background-color css

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

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

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

border-color css

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

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

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