Html Css Color HEX #CCB975 Yuma

📋 copy color: '#CCB975'

red 204 ◦ green 185 ◦ blue 117

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

Shades of Yuma #CCB975

Tints of Yuma #CCB975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.56%

 BLUE value IS 117 (46.09% from 255) = 23.12%

R = 40.32%
G = 36.56%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCB975 (or 0xCCB975) is known color: Yuma. HEX triplet: CC, B9 and 75. RGB value is (204,185,117). Sum of RGB (Red+Green+Blue) = 204+185+117=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB975 is #33468A. Grayscale: #B7B7B7. Windows color (decimal): -3360395 or 7715276. OLE color: 7715276.

HSL color Cylindrical-coordinate representation of color #CCB975: hue angle of 46.9º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCB975 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 117 -
CMYK 0 0.09 0.43 0.2
HSL 46.9º 0.46% 0.63% -
HSV(B) 46.9º 0.43% 0.8% -
XYZ 45.46 48.82 23.86 -
YUV 182.93 90.79 143.03 -
System Red Green Blue C M Y K H S L
Decimal 204 185 117 0 0.09 0.43 0.2 46.9 0.46 0.63
Hex CC B9 75 0 9 2B 14 2F 2E 3F
Octal 314 271 165 0 11 53 24 57 56 77
Binary 11001100 10111001 1110101 0 1001 101011 10100 101111 101110 111111

Color Harmonies of #CCB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB975

Black with #CCB975

Text Example


Text Example

White with #CCB975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB975; }

 p { color: rgb(204,185,117); }

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

background-color css

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

 a { background-color: rgb(204,185,117); }

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

border-color css

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

 span { border-color: rgb(204,185,117); }

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