Html Css Color HEX #CCD2A7 Orinoco

📋 copy color: '#CCD2A7'

red 204 ◦ green 210 ◦ blue 167

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

Shades of Orinoco #CCD2A7

Tints of Orinoco #CCD2A7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.14%

 BLUE value IS 167 (65.63% from 255) = 28.74%

R = 35.11%
G = 36.14%
B = 28.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#CCD2A7 (or 0xCCD2A7) is known color: Orinoco. HEX triplet: CC, D2 and A7. RGB value is (204,210,167). Sum of RGB (Red+Green+Blue) = 204+210+167=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD2A7 is #332D58. Grayscale: #CBCBCB. Windows color (decimal): -3353945 or 10998476. OLE color: 10998476.

HSL color Cylindrical-coordinate representation of color #CCD2A7: hue angle of 68.37º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCD2A7 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 167 -
CMYK 0.03 0 0.20 0.18
HSL 68.37º 0.32% 0.74% -
HSV(B) 68.37º 0.2% 0.82% -
XYZ 54.92 61.72 45.58 -
YUV 203.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 204 210 167 0.03 0 0.20 0.18 68.37 0.32 0.74
Hex CC D2 A7 3 0 14 12 44 20 4A
Octal 314 322 247 3 0 24 22 104 40 112
Binary 11001100 11010010 10100111 11 0 10100 10010 1000100 100000 1001010

Color Harmonies of #CCD2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2A7

Black with #CCD2A7

Text Example


Text Example

White with #CCD2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2A7; }

 p { color: rgb(204,210,167); }

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

background-color css

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

 a { background-color: rgb(204,210,167); }

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

border-color css

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

 span { border-color: rgb(204,210,167); }

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