Html Css Color HEX #CCB678 Yuma

📋 copy color: '#CCB678'

red 204 ◦ green 182 ◦ blue 120

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

Shades of Yuma #CCB678

Tints of Yuma #CCB678

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.97%

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

R = 40.32%
G = 35.97%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCB678 (or 0xCCB678) is known color: Yuma. HEX triplet: CC, B6 and 78. RGB value is (204,182,120). Sum of RGB (Red+Green+Blue) = 204+182+120=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB678 is #334987. Grayscale: #B5B5B5. Windows color (decimal): -3361160 or 7911116. OLE color: 7911116.

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

Color convert

RGB 204 182 120 -
CMYK 0 0.11 0.41 0.2
HSL 44.29º 0.45% 0.64% -
HSV(B) 44.29º 0.41% 0.8% -
XYZ 45.02 47.65 24.59 -
YUV 181.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 204 182 120 0 0.11 0.41 0.2 44.29 0.45 0.64
Hex CC B6 78 0 B 29 14 2C 2D 40
Octal 314 266 170 0 13 51 24 54 55 100
Binary 11001100 10110110 1111000 0 1011 101001 10100 101100 101101 1000000

Color Harmonies of #CCB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB678

Black with #CCB678

Text Example


Text Example

White with #CCB678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB678; }

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

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

background-color css

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

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

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

border-color css

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

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

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