Html Css Color HEX #CCB875 Yuma

📋 copy color: '#CCB875'

red 204 ◦ green 184 ◦ blue 117

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

Shades of Yuma #CCB875

Tints of Yuma #CCB875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.44%

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

R = 40.4%
G = 36.44%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCB875 (or 0xCCB875) is known color: Yuma. HEX triplet: CC, B8 and 75. RGB value is (204,184,117). Sum of RGB (Red+Green+Blue) = 204+184+117=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB875 is #33478A. Grayscale: #B6B6B6. Windows color (decimal): -3360651 or 7715020. OLE color: 7715020.

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

Color convert

RGB 204 184 117 -
CMYK 0 0.10 0.43 0.2
HSL 46.21º 0.46% 0.63% -
HSV(B) 46.21º 0.43% 0.8% -
XYZ 45.25 48.4 23.79 -
YUV 182.34 91.13 143.45 -
System Red Green Blue C M Y K H S L
Decimal 204 184 117 0 0.10 0.43 0.2 46.21 0.46 0.63
Hex CC B8 75 0 A 2B 14 2E 2E 3F
Octal 314 270 165 0 12 53 24 56 56 77
Binary 11001100 10111000 1110101 0 1010 101011 10100 101110 101110 111111

Color Harmonies of #CCB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB875

Black with #CCB875

Text Example


Text Example

White with #CCB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB875; }

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

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

background-color css

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

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

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

border-color css

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

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

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