Html Css Color HEX #CCB47A Yuma

📋 copy color: '#CCB47A'

red 204 ◦ green 180 ◦ blue 122

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

Shades of Yuma #CCB47A

Tints of Yuma #CCB47A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.57%

 BLUE value IS 122 (48.05% from 255) = 24.11%

R = 40.32%
G = 35.57%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCB47A (or 0xCCB47A) is known color: Yuma. HEX triplet: CC, B4 and 7A. RGB value is (204,180,122). Sum of RGB (Red+Green+Blue) = 204+180+122=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB47A is #334B85. Grayscale: #B4B4B4. Windows color (decimal): -3361670 or 8041676. OLE color: 8041676.

HSL color Cylindrical-coordinate representation of color #CCB47A: hue angle of 42.44º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCB47A is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 180 122 -
CMYK 0 0.12 0.40 0.2
HSL 42.44º 0.45% 0.64% -
HSV(B) 42.44º 0.4% 0.8% -
XYZ 44.74 46.89 25.1 -
YUV 180.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 204 180 122 0 0.12 0.40 0.2 42.44 0.45 0.64
Hex CC B4 7A 0 C 28 14 2A 2D 40
Octal 314 264 172 0 14 50 24 52 55 100
Binary 11001100 10110100 1111010 0 1100 101000 10100 101010 101101 1000000

Color Harmonies of #CCB47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB47A

Black with #CCB47A

Text Example


Text Example

White with #CCB47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB47A; }

 p { color: rgb(204,180,122); }

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

background-color css

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

 a { background-color: rgb(204,180,122); }

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

border-color css

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

 span { border-color: rgb(204,180,122); }

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