Html Css Color HEX #CCBC75 Yuma

📋 copy color: '#CCBC75'

red 204 ◦ green 188 ◦ blue 117

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

Shades of Yuma #CCBC75

Tints of Yuma #CCBC75

RGB

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

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

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

R = 40.08%
G = 36.94%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCBC75 (or 0xCCBC75) is known color: Yuma. HEX triplet: CC, BC and 75. RGB value is (204,188,117). Sum of RGB (Red+Green+Blue) = 204+188+117=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC75 is #33438A. Grayscale: #B8B8B8. Windows color (decimal): -3359627 or 7716044. OLE color: 7716044.

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

Color convert

RGB 204 188 117 -
CMYK 0 0.08 0.43 0.2
HSL 48.97º 0.46% 0.63% -
HSV(B) 48.97º 0.43% 0.8% -
XYZ 46.1 50.09 24.07 -
YUV 184.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 204 188 117 0 0.08 0.43 0.2 48.97 0.46 0.63
Hex CC BC 75 0 8 2B 14 31 2E 3F
Octal 314 274 165 0 10 53 24 61 56 77
Binary 11001100 10111100 1110101 0 1000 101011 10100 110001 101110 111111

Color Harmonies of #CCBC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC75

Black with #CCBC75

Text Example


Text Example

White with #CCBC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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